PrimaShouji / Prima2

The Discord bot.
Apache License 2.0
0 stars 4 forks source link

Extract all early returns to properly-written preconditions #11

Open karashiiro opened 3 years ago

karashiiro commented 3 years ago

I have precondition handling in almost every single command because I wanted more granularity over access control than the default preconditions allowed. However, a lot of that can be removed and made more maintainable by designing some sufficiently-configurable custom preconditions.