Major command handling refactor

This commit is contained in:
Ske
2018-09-07 17:34:38 +02:00
parent 0869f94cdf
commit f067485e88
15 changed files with 463 additions and 355 deletions

View File

@@ -26,4 +26,4 @@ def status(text: str):
embed = discord.Embed()
embed.description = text
embed.colour = discord.Colour.blue()
return embed
return embed