↧
Answer by Blue Robin for How do I make a "Sticky message" that stays always...
This problem is very simple. It requires a couple of steps.Save the message ID, content, and channel ID to a database (this could be JSON, but SQL is the best way to go)Every time a new message is...
View ArticleHow do I make a "Sticky message" that stays always on the bottom of the...
While working on my Discord bot, I found another bot that does "sticky messages". That basically means that an embed or message will always stay at the bottom and the second message will be...
View Article