f

f


from ULTRA.utils import admin_cmd

@borg.on(admin_cmd(pattern="jing"))
async def _(alain):
await alain.reply("Jong")

Report Page