ctx.send(msg)

This commit is contained in:
SosoM1k0r31z31 2020-11-13 11:49:27 +03:00
parent e7fadb8d71
commit a021aa6cfd
1 changed files with 2 additions and 0 deletions

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)