sirgje
3 years ago
No known key found for this signature in database
GPG Key ID: 9F326B1EC4A97073
1 changed files with
1 additions and
1 deletions
-
cogs/killstream.py
|
|
@ -229,7 +229,7 @@ class Killstream(commands.Cog): |
|
|
|
|
|
|
|
async def process_entity_criteria(self, ctx, entity_type, entity_name, value): |
|
|
|
if entity_type not in ['character', 'corporation', 'alliance']: |
|
|
|
raise ValueError('Invalid entity!') |
|
|
|
raise commands.BadArgument('Invalid entity!') |
|
|
|
|
|
|
|
try: |
|
|
|
entity_lookup = await self.bot.esi.search(entity_type, entity_name) |
|
|
|