[AB-281] adapting templates for ban rework

This commit is contained in:
Sheldan
2021-06-01 21:10:44 +02:00
parent 14bfbaae80
commit c6d6fb1c8f
31 changed files with 97 additions and 40 deletions

View File

@@ -1 +0,0 @@
Bans the user with the given reason

View File

@@ -1 +0,0 @@
`banId 1234 bad` in order to ban the user with ID `1234` with the reason `bad`

View File

@@ -1 +0,0 @@
Bans the user by ID. This is necessary, if the user already left the server for example.

View File

@@ -1 +0,0 @@
The reason which should be used for the ban.

View File

@@ -0,0 +1,2 @@
This command can be used to un-ban users via ID. If they are not banned currently, an error message is displayed.
The un-ban is logged.

View File

@@ -0,0 +1 @@
The ID of the user to unban.

View File

@@ -0,0 +1 @@
User has been unbanned

View File

@@ -0,0 +1 @@
The amount of seconds a report will not be re-created, but the report count incremented. Default: ${defaultValue}

View File

@@ -1 +1 @@
The channel in which where bans should be logged to. Currently: ${currentTarget}
The channel to which bans should be logged to. Currently: ${currentTarget}

View File

@@ -1 +1 @@
The channel in which decayed warnings should be logged to. Currently: ${currentTarget}
The channel to which decayed warnings should be logged to. Currently: ${currentTarget}

View File

@@ -1 +1 @@
The channel in which kicks should be logged to. Currently: ${currentTarget}
The channel to which kicks should be logged to. Currently: ${currentTarget}

View File

@@ -1 +1 @@
The channel where mutes should be logged to. Un-mutes will also be in this channel. Currently: ${currentTarget}
The channel to which mutes should be logged to. Un-mutes will also be in this channel. Currently: ${currentTarget}

View File

@@ -0,0 +1 @@
The channel to which report reactions notifications should be posted to. Currently: ${currentTarget}

View File

@@ -0,0 +1 @@
The channel to which un-bans should be logged to. Currently: ${currentTarget}

View File

@@ -0,0 +1 @@
[Message](${messageLink}) has been reported. There might be multiple reports. The counter below will contain the amount of reports concerning this user in recent time.