gabr1sr/discord-bot

Create `pardon` command to pardon strikes

Opened this issue · 1 comments

Description

Short description of the command you're requesting and why we need it.

Specification

Specify how to use the command and how it works.

The user will execute the command /<name> providing:

  • arg1 as first argument;
  • arg2 as second argument.

The bot will do and return to the caller.

Check-list

Important things to check before finishing the command.

Permissions

  • Works only inside Discord servers
  • Requires <permission> permission

Arg1 argument

  • arg1 is a required field
  • arg1 can be multiple objects
  • arg1 can be
  • arg1 is a

Arg2 argument

  • arg2 is a required field
  • arg2 is a

Bot operations

  • What the bot will do
  • ...

Return messages

  • Messages returned to the caller in which cases
  • ...

Must have a strikes column for the users database table to decrement strikes from the user.