nonchris / discord-fury

Customizable discord bot for voice channels on demand and breakout rooms
GNU General Public License v3.0
12 stars 7 forks source link

Merge commands to add settings into one, introduce custom prefixes #37

Closed nonchris closed 3 years ago

nonchris commented 3 years ago

main change

There is now one command for all settings called f!set.
It unifies:

The switching between those different settings is done in the main function of the set-command.
It uses the help of a few extra functions called from there.

All commands work the same way:
[prefix]command [name of setting] [settings value]

other changes