Axmouth / smile_bot_discord

Developing a discord bot
GNU General Public License v2.0
0 stars 0 forks source link

Assignable roles #1

Open Axmouth opened 6 years ago

Axmouth commented 6 years ago

Need a command to list self assignable roles and ones that are not. Commands to choose which roles can be assigned through the bot(ideally also putting them in the right hierarchy to be assignable). A small database(likely json and dictionaries) to keep track of said roles, and maybe more per server settings.

Axmouth commented 6 years ago

Have to restrict these commands to admins

Axmouth commented 6 years ago

Also make sure the role is able to be assigned by the bot, and potentially change it if it can't.