Skip to content

Commit 88bc7ef

Browse files
authored
Removed softban help
Removed softban help, as it was an old command that is no more existing
1 parent c7b7de8 commit 88bc7ef

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

bot.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -405,11 +405,6 @@ async def on_command_error(error, context):
405405
await client.delete_message(message)
406406
raise error
407407

408-
@softban.error
409-
async def softban_error(error, context):
410-
embed = discord.Embed(title='**Command:** YOUR_PREFIX_HERE softban', description='**Description:** Softbans a member \n **Cooldown:** 5 second(s) \n **Usage:** YOUR_PREFIX_HERE softban [user] [reason] \n **Example:** YOUR_PREFIX_HERE softban @RandomUser Get out!', color=0x00FF00)
411-
await client.send_message(context.message.channel, embed=embed)
412-
413408
@ban.error
414409
async def ban_error(error, context):
415410
embed = discord.Embed(title='**Command:** YOUR_PREFIX_HERE ban', description='**Description:** Bans a member \n **Cooldown:** 5 second(s) \n **Usage:** YOUR_PREFIX_HERE ban [user] [reason] \n **Example:** YOUR_PREFIX_HERE ban @RandomUser Get out!', color=0x00FF00)

0 commit comments

Comments
 (0)