mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-13 17:20:14 +00:00
Add message count to member card. Closes #12
This commit is contained in:
parent
f067485e88
commit
16173e428b
3 changed files with 11 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue