discordextremelist / bot

The official source code for the bot found in the Discord Extreme List Discord server!
https://discord.gg/WeCer3J
GNU Affero General Public License v3.0
19 stars 7 forks source link

notes for bots #43

Closed TheMoksej closed 3 years ago

TheMoksej commented 3 years ago

So in case you aren't testing a bot just yet but you want to leave a note so you or another moderator could see it in the feature.

How'd it work is simple. A moderator that noticed an issue would run del,addnote <bot> <note> which would add a note to that bot, and later, when (another) moderator is testing the given bot they can execute del,notes <bot> to see all the notes added and a moderator who added the notes.

In case that note is useless a moderator could run del,removenote <bot> <noteid> which would obviously remove the note from the provided bot.

I haven't mentioned yet, but - this would only be available for bots that haven't been approved yet and usable only by moderators/assistants/administrators. (All the notes would automatically get removed whenever the bot is approved)

advaith1 commented 3 years ago

you could just make a channel and send the notes there?

TheMoksej commented 3 years ago

I mean yes, but notes are better imo :)

TheMoksej commented 3 years ago

I also could work on it as it's almost the same as the todo lists on my bot. I'd just fuck up with database checks, etc..