discordextremelist / bot

The official source code for the bot found in the Discord Extreme List Discord server!
https://discord.gg/WeCer3J
GNU Affero General Public License v3.0
19 stars 7 forks source link

Re-format ui command #57

Closed isirk closed 3 years ago

imvaskel commented 3 years ago

Do the users discord status instead: statuses = {'online': discord.Color.green(), 'dnd': discord.Color.red(), 'idle': discord.Color.gold(), 'offline': discord.Color.dark_grey()}

isirk commented 3 years ago

that would be cool