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)