Spaces:
Sleeping
Sleeping
Rifat Azad commited on
Commit ·
b009b86
1
Parent(s): 6981ec5
fix2
Browse files- pydvpl_bot.py +1 -1
pydvpl_bot.py
CHANGED
|
@@ -268,7 +268,7 @@ async def help(ctx):
|
|
| 268 |
embed.add_field(name="Dvpl Commands:", value="`compress` - Compresses files.\n`decompress` - Decompresses files.", inline=False)
|
| 269 |
embed.add_field(name="User Utility Commands:", value="`ping` - Checks the bot's latency.\n`invite` - Get the bot's invite link.\n`uptime` - Displays the bot's uptime.", inline=False)
|
| 270 |
embed.add_field(name="Admin Utility Commands:", value="`stats` - Displays bot statistics.\n`list` - Lists server members.\n`say` - Make the bot say something.\n`announce` - Announces a message to a channel.\n`activity` - Sets bot activity status.\n`online` - Sets bot status to online.\n`dnd` - Sets bot status to Do Not Disturb.\n`offline` - Sets bot status to offline.\n`clean` - Cleans up bot's messages.", inline=False)
|
| 271 |
-
embed.add_field(name="Feedback Commands:", value="`feedback` - Sends feedback to bot developers.", inline=False)
|
| 272 |
|
| 273 |
# Customize based on your commands
|
| 274 |
|
|
|
|
| 268 |
embed.add_field(name="Dvpl Commands:", value="`compress` - Compresses files.\n`decompress` - Decompresses files.", inline=False)
|
| 269 |
embed.add_field(name="User Utility Commands:", value="`ping` - Checks the bot's latency.\n`invite` - Get the bot's invite link.\n`uptime` - Displays the bot's uptime.", inline=False)
|
| 270 |
embed.add_field(name="Admin Utility Commands:", value="`stats` - Displays bot statistics.\n`list` - Lists server members.\n`say` - Make the bot say something.\n`announce` - Announces a message to a channel.\n`activity` - Sets bot activity status.\n`online` - Sets bot status to online.\n`dnd` - Sets bot status to Do Not Disturb.\n`offline` - Sets bot status to offline.\n`clean` - Cleans up bot's messages.", inline=False)
|
| 271 |
+
embed.add_field(name="Feedback Commands:", value="`feedback` - Sends feedback to bot developers.(usage: >>feedback issues/requests <message>)", inline=False)
|
| 272 |
|
| 273 |
# Customize based on your commands
|
| 274 |
|