Cleanup role command

This commit is contained in:
Dusty.P 2018-04-15 00:36:14 -08:00
parent 55b395b271
commit e5f8d513f1

View File

@ -37,7 +37,7 @@ emojis: Dict[str, str] = {
'poop': '💩',
}
description = 'I am Geeksbot! Fear me!'
description = 'I am Geeksbot v0.1! Fear me!'
class Geeksbot(commands.Bot):