mirror of
https://github.com/Nick80835/microbot
synced 2025-09-02 07:25:38 +00:00
patch up nekos as files
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user