AspectOfJerry / JerryBot

Discord bot for personal use. Built on Discordjs v13.
https://bot.jerrydev.net
1 stars 0 forks source link

Permanent message feature #109

Closed AspectOfJerry closed 7 months ago

AspectOfJerry commented 1 year ago

Describe your idea Add a way to send a custom message in a channel without the use of commands (e.g. server rules message) by using /post.

Describe the solution you'd like Keep track of all messages in a dataset and check if the messages are present on bot start. If not (e.g. deleted), remove it from db. Make sure to keep the message buttons and drop downs working.

Additional context The embed messages and the command's content will have to be hardcoded.

AspectOfJerry commented 1 year ago

/sudo post and add an option to either post the hardcoded embed or to create a new embed within discord