I use a slash command to create a channel, and in the channel, a message whose content is like this : Then, the bot pins this message. All that works fine. Now, I wanna use another command to change that content. Here is how I try to change the message’s content : The “Message changed” is correct in the console,
Advertisement
Tag: message
Woocommerce: add text before add-to-cart only on specific single product pages
I found the following code in order to display text before the add-to-cart-button on a single product page: // adds notice at single product page above add to cart add_action( ‘…
Weight based progressive discount displays remaining weight to get a better discount message
I’m using Apply a progressive discount based onWoocommerce cart total weight answer code (to my previous question) to add volume discount based on total cart weight. The code is perfect, but I would …
Advertisement