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:
parent
9fb8839b38
commit
45607989ed
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user