2
0
mirror of https://github.com/Nick80835/microbot synced 2025-08-22 10:09:40 +00:00

patch up nekos as files

This commit is contained in:
Nick80835 2021-01-14 16:42:32 -05:00
parent 9fb8839b38
commit 45607989ed

View File

@ -13,7 +13,7 @@ REPLY_TYPES = ['cuddle', 'hug', 'slap', 'spank', 'pat', 'baka', 'kiss', 'blowjob
@ldr.add_list(NEKO_TYPES_NSFW, nsfw=True, pattern_extra="(f|)", userlocking=True)
@ldr.add_list(NEKO_TYPES, pattern_extra="(f|)", userlocking=True)
async def supernekoatsume(event):
nekotype = event.command.lower()
nekotype = event.object.pattern
as_file = bool(event.other_args[0])
if nekotype in REPLY_TYPES: