From 1351c295978634166f8cf47d1c3f80f639028286 Mon Sep 17 00:00:00 2001 From: Daniel Glitch Date: Sat, 2 May 2020 05:15:29 +0300 Subject: [PATCH] forgot about reply --- bot/plugins/quote.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bot/plugins/quote.py b/bot/plugins/quote.py index 8a46fb0..3cb7e6d 100644 --- a/bot/plugins/quote.py +++ b/bot/plugins/quote.py @@ -23,4 +23,5 @@ async def _(msg, ctx): message += users[id]["name"] + ":\n" message += "> " + message + "\n" last_id = i["from_id"] + await ctx.reply(message) \ No newline at end of file