fixed premium notifier
This commit is contained in:
parent
b9b9d841c5
commit
309fe00962
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue