Add message count to member card. Closes #12

This commit is contained in:
Ske
2018-09-07 17:39:01 +02:00
parent f067485e88
commit 16173e428b
3 changed files with 11 additions and 5 deletions

View File

@@ -60,8 +60,7 @@ class CommandContext:
system = await self.get_system()
if not system:
raise CommandError(
embeds.error("No system registered to this account. Use `pk;system new` to register one."))
raise CommandError("No system registered to this account. Use `pk;system new` to register one.")
return system