project-salsa / discord-bot

Discord bot in progress
2 stars 0 forks source link

Role Management #1

Open renodubois opened 6 years ago

renodubois commented 6 years ago

Allows bot to assign/unassign roles for users on server. Something along the lines of

.addrole bot-dev
.delrole bot-dev
CastroDan commented 6 years ago

This will be easy enough and can serve as an intro backlog to someone less experienced with the API. Although the API is easy to work with anyways (thanks, python :^) )