1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2024-12-23 22:27:27 +00:00

Error output to ctx helper method

This commit is contained in:
Myned 2017-10-14 21:54:18 -04:00
parent cecd1f3abc
commit 33891cb409

View file

@ -1,6 +1,10 @@
base = '⚠️ **An internal error has occurred.** Please notify my master! 🐺'
async def send_error(ctx, error):
await ctx.send('{}\n```\n{}```'.format(base, error))
class Left(Exception):
pass