Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ async def on_ready():
|
|
64 |
async def commands(ctx):
|
65 |
try:
|
66 |
if await safetychecks(ctx):
|
67 |
-
await ctx.reply(f"Use !jojo !disney !spidey or !sketch. Have fun! π€π")
|
68 |
except Exception as e:
|
69 |
print(f"Error: unable to help :(")
|
70 |
#---------------------------------------------------------------------------------------------------------------------------------------------
|
|
|
64 |
async def commands(ctx):
|
65 |
try:
|
66 |
if await safetychecks(ctx):
|
67 |
+
await ctx.reply(f"Use !deepfloydif [prompt], !jojo !disney !spidey or !sketch. Have fun! π€π")
|
68 |
except Exception as e:
|
69 |
print(f"Error: unable to help :(")
|
70 |
#---------------------------------------------------------------------------------------------------------------------------------------------
|