Spaces:
Sleeping
Sleeping
Rifat Azad commited on
Commit ·
59ad48c
1
Parent(s): 97e0172
update
Browse files- pydvpl_bot.py +2 -1
pydvpl_bot.py
CHANGED
|
@@ -572,7 +572,7 @@ async def chat(ctx, model, *, message):
|
|
| 572 |
response = bot.chat(message)
|
| 573 |
await ctx.send(response)
|
| 574 |
|
| 575 |
-
await ctx.send(f"The command `chat` was executed by - {ctx.
|
| 576 |
|
| 577 |
|
| 578 |
# FUNCTION ------------------------------------------------------ SPLIT
|
|
@@ -613,6 +613,7 @@ async def image(ctx, *, prompt: str):
|
|
| 613 |
await ctx.send(f"The command `image` was executed by - {ctx.author.mention}")
|
| 614 |
|
| 615 |
|
|
|
|
| 616 |
# UTILITY USER_CMD ------------------------------------------------------ END
|
| 617 |
|
| 618 |
|
|
|
|
| 572 |
response = bot.chat(message)
|
| 573 |
await ctx.send(response)
|
| 574 |
|
| 575 |
+
await ctx.send(f"The command `chat` was executed by - {ctx.author.mention}")
|
| 576 |
|
| 577 |
|
| 578 |
# FUNCTION ------------------------------------------------------ SPLIT
|
|
|
|
| 613 |
await ctx.send(f"The command `image` was executed by - {ctx.author.mention}")
|
| 614 |
|
| 615 |
|
| 616 |
+
|
| 617 |
# UTILITY USER_CMD ------------------------------------------------------ END
|
| 618 |
|
| 619 |
|