Rifat Azad commited on
Commit
3bfbd5d
·
1 Parent(s): 331f6bf
Files changed (1) hide show
  1. pydvpl_bot.py +1 -1
pydvpl_bot.py CHANGED
@@ -268,7 +268,7 @@ async def help(ctx):
268
  embed = discord.Embed(title="Command List", description="Here's a list of available commands:", color=discord.Color.yellow())
269
 
270
  # Add commands to the embed with descriptions
271
- embed.add_field(name="PyDVPL Prefix:", value="`/` - Discord's slash command init.\n`>>` - PyDVPL default prefix.")
272
  embed.add_field(name="Dvpl Commands:", value="`compress` - Compresses files.\n`decompress` - Decompresses files.", inline=False)
273
  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)
274
  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)
 
268
  embed = discord.Embed(title="Command List", description="Here's a list of available commands:", color=discord.Color.yellow())
269
 
270
  # Add commands to the embed with descriptions
271
+ embed.add_field(name="PyDVPL Prefix:", value="`/` - Discord's slash command prefix.\n`>>` - PyDVPL default prefix.")
272
  embed.add_field(name="Dvpl Commands:", value="`compress` - Compresses files.\n`decompress` - Decompresses files.", inline=False)
273
  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)
274
  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)