-
{warn}: Warns a user with the given reason, and sends a DM if enabled
- Argumente:
- reason = "No reason"
- user = message.author.id
- sendDM = "false"
-
{kick}: Kicks a user with the given reason, and sends a DM if enabled using yes
- Argumente:
- reason = "No reason"
- user = message.author.id
- sendDM = "false"
-
{timeout}: Timeouts a user with the given reason for the given time, and sends a DM if enabled using yes
- Argumente:
- time
- reason = "No reason"
- user = message.author.id
- sendDM = "false"
-
{ban}: Bans a user with the given reason for the given time, or permanent if "perm", and sends a DM if enabled using yes
- Argumente:
- time = "perm"
- reason = "No reason"
- user = message.author.id
- sendDM = "false"
- deleteMessages = "0"