1
0
mirror of https://bitbucket.org/SosoM1k0r31z31/funny-cat.git synced 2025-04-11 22:55:46 +02:00

ctx.send(msg)

This commit is contained in:
SosoM1k0r31z31 2020-11-13 11:49:27 +03:00
parent e7fadb8d71
commit a021aa6cfd

2
bot.py
View File

@ -1549,6 +1549,8 @@ async def define(ctx, *, term):
msg = f"**Word:** `{name} {pronouncation}`\n\n**Definition:** ```{definition}```"
await ctx.send(msg)
bot.run(TOKEN)