This command is used by the bot to unban a banned member.
The code that implements the above mentioned functionality is located here.
-
def ban(ctx,member:discord.Member,*,reason=None):
This function unbans a banned member.
Inputs:
- ctx: used to access the values passed through the current context
- member: name of the member
Outputs: Bots response
Enter : "$unban name"
$unban @user
Successful execution will unban the member.
