Skip to content

Commit

Permalink
fix quirky case nekos
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick80835 committed Sep 16, 2020
1 parent 4a83c97 commit 5acccc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubot/modules/nekos.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
@ldr.add_list(NEKO_TYPES, pattern_extra="(f|)")
async def supernekoatsume(event):
await event.edit(f"`Processing…`")
nekotype = event.command
nekotype = event.command.lower()
as_file = bool(event.other_args[0])

if nekotype in REPLY_TYPES:
Expand Down

0 comments on commit 5acccc5

Please sign in to comment.