2
0
mirror of https://github.com/Nick80835/microbot synced 2025-08-31 06:26:04 +00:00
This commit is contained in:
Nick80835
2020-07-25 14:15:34 -04:00
parent ba00197a25
commit ec2b14d12f

View File

@@ -31,6 +31,12 @@ async def ask_bot(event):
await event.reply(choice(yesno_answers))
@ldr.add(f"i('|)m", simple_pattern=True, hide_help=True, chance=15)
async def im_botname(event):
if event.args:
await event.reply(f"Hi {event.args}, I'm {bot_name}!")
@ldr.add(f"{bot_name}(,|) say", simple_pattern=True, hide_help=True)
async def say_something(event):
if event.args: