mirror of
https://github.com/Nick80835/microbot
synced 2025-09-04 16:35:35 +00:00
userlock some commands
This commit is contained in:
@@ -13,7 +13,7 @@ NEKO_TYPES = ['neko', 'lewd', 'smug', 'tits', 'trap', 'anal', 'cuddle', 'hug', '
|
||||
REPLY_TYPES = ['cuddle', 'hug', 'slap', 'spank', 'pat', 'baka']
|
||||
|
||||
|
||||
@ldr.add_list(NEKO_TYPES, nsfw=True, pattern_extra="(f|)")
|
||||
@ldr.add_list(NEKO_TYPES, nsfw=True, pattern_extra="(f|)", userlocking=True)
|
||||
async def supernekoatsume(event):
|
||||
nekotype = event.extras
|
||||
as_file = bool(event.pattern_match.group(1))
|
||||
|
Reference in New Issue
Block a user