heroldev / meowbert

a discord bot to encourage peer interaction in smaller servers
MIT License
0 stars 0 forks source link

update QOTD DB #5

Closed heroldev closed 1 year ago

heroldev commented 1 year ago

add more questions carry over important repeats (functionality)

heroldev commented 1 year ago

also, re-work the add-QOTD command so that they are put into a separate table as a queue instead of dumped directly into the unused questions bank

heroldev commented 1 year ago

to do this, mod perms can be removed for the ADD qotd command. additionally, commands should be obscured and removed if they aren't useful, such as redoQOTD

heroldev commented 1 year ago

comment #2 was implemented in ea213ea5c2bf3621111b6f09c123a8f4262009e9, awaiting test and merge