wrightedu / CSE-Discord-Bot

Discord bot for the WSU CSE Discord server
GNU General Public License v3.0
2 stars 4 forks source link

Ability to edit `/announce` messages #295

Open BPennie03 opened 4 months ago

BPennie03 commented 4 months ago

Who are you? CSE Dev

What feature do you want? I would like a new command command/sub-command for /announce or anything else that sends a message, to allow us to edit those messages sent by the bot.

Why do you want this feature? This would make things easier in the case of any errors or desired changes to announcements as we would be able to simply edit the sent message rather then deleting + re-sending it.

Additional context This should be relatively easy? I believe we can just fetch a desired message to edit using the Message.id and edit it from there.