Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 830 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 830 Bytes

Colour Bot V2

Feature Checklist

Parsing

  • Can parse messages and dispatch properly.
  • Can parse a hex code like #fff or #f0f0f0 into a Colour enum/struct.

Interactivity

  • Can await a message from a user.
  • Can await a reaction from a user.

Colours

  • Can add a colour role to a user.
  • Can store a colour role on a database.
  • Can determine what guilds have what roles.
  • Can quickly generate new roles.
  • Can edit a colour role and update the discord role. (should be done interactively.)

QOL

  • Can display an interactive tutorial on how to use the bot.
  • Can display an interactive embed that cycles all through the roles.

Display

  • Can create colour diagrams and send them into discord.
  • Can display messages in a pretty embed format.