From a021aa6cfdc7c5470225b6a6a6d80b14beba206c Mon Sep 17 00:00:00 2001 From: SosoM1k0r31z31 Date: Fri, 13 Nov 2020 11:49:27 +0300 Subject: [PATCH] ctx.send(msg) --- bot.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bot.py b/bot.py index e038ae5..7626a30 100644 --- a/bot.py +++ b/bot.py @@ -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)