parent
3cd1fdc1eb
commit
e24914be0b
@ -809,7 +809,7 @@ class BotBase(GroupMixin):
|
||||
ret = [p for p in ret if p]
|
||||
|
||||
if not ret:
|
||||
raise ClientException('invalid prefix (could be an empty string, empty list, or None)')
|
||||
raise discord.ClientException('invalid prefix (could be an empty string, empty list, or None)')
|
||||
|
||||
return ret
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user