AdamLearns / Abbott

A bot specifically for the Adam Learns show (Twitch, Discord, etc.).
8 stars 2 forks source link

Make deleting commands intentional #50

Open AdamLearns opened 8 months ago

AdamLearns commented 8 months ago

The only commands that should be impossible to delete are built-in commands like !addcom. Beyond that, think some of the commands like !today or !faq should always exist, so I think that deleting them should be hard. Maybe that's where canBeDeleted gets introduced to the database, or maybe we just make deleting a command take two attempts?

(I think I'm leaning toward canBeDeleted)