strinking / mawabot

A Discord selfbot to do tasks
MIT License
4 stars 2 forks source link

Add .call to run async code #57

Closed emmiegit closed 6 years ago

emmiegit commented 6 years ago

e.g.

.call 
'''py
async def run():
    await ctx.send("test")
'''