From 309fe0096293a06759159948e6e1833656aa3e0d Mon Sep 17 00:00:00 2001 From: phixxy Date: Sat, 27 Jan 2024 16:54:21 -0800 Subject: [PATCH] fixed premium notifier --- extensions/chatgpt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/chatgpt.py b/extensions/chatgpt.py index 8fa2b9f..2caf063 100644 --- a/extensions/chatgpt.py +++ b/extensions/chatgpt.py @@ -170,7 +170,7 @@ class ChatGPT(commands.Cog): for chunk in chunks: await ctx.send(chunk) else: - ctx.send("Sorry you must be a premium member to use this command. (!donate)") + await ctx.send("Sorry you must be a premium member to use this command. (!donate)") @commands.command( description="Image GPT4",