xant-tv/ecumene

Feat - Bot: /admin cog

Closed this issue · 0 comments

Description

The /admin cog will be the path by which guild administrators configure the clan management functionality of the Ecumene bot.

It will need to support the following:

  • /admin register (basically /register but for a destiny clan) ✅
  • /admin list (list clans and the roles that administrate them)
  • /admin grant (allows the selected role to run /clan commands for that clan)
  • /admin revoke (disallows the selected role from running /clan commands for that clan)

This will require front end changes to the /login route to capture tokens and display response to the user.

Acceptance Criteria

  • Fully-fleshed out slash commands in bot
  • Front-end web support for new routes to allow administrator registration