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",