fixed premium notifier

This commit is contained in:
phixxy 2024-01-27 16:54:21 -08:00
parent b9b9d841c5
commit 309fe00962

View file

@ -170,7 +170,7 @@ class ChatGPT(commands.Cog):
for chunk in chunks: for chunk in chunks:
await ctx.send(chunk) await ctx.send(chunk)
else: 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( @commands.command(
description="Image GPT4", description="Image GPT4",