mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-01-28 19:35:18 +00:00
[AB-281] adapting templates for ban rework
This commit is contained in:
@@ -0,0 +1 @@
|
||||
No user found.
|
||||
@@ -1 +1 @@
|
||||
Banned user
|
||||
Unbanned user
|
||||
@@ -1 +0,0 @@
|
||||
Bans the user with the given reason
|
||||
@@ -1 +0,0 @@
|
||||
`banId 1234 bad` in order to ban the user with ID `1234` with the reason `bad`
|
||||
@@ -1 +0,0 @@
|
||||
Bans the user by ID. This is necessary, if the user already left the server for example.
|
||||
@@ -1 +0,0 @@
|
||||
The reason which should be used for the ban.
|
||||
@@ -1 +0,0 @@
|
||||
The id of the user to ban.
|
||||
@@ -0,0 +1 @@
|
||||
Un-bans users via ID
|
||||
@@ -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.
|
||||
@@ -0,0 +1 @@
|
||||
The ID of the user to unban.
|
||||
@@ -0,0 +1 @@
|
||||
User has been unbanned
|
||||
@@ -0,0 +1 @@
|
||||
Unbanned user
|
||||
@@ -0,0 +1 @@
|
||||
Un banning user
|
||||
@@ -0,0 +1 @@
|
||||
Report reactions
|
||||
@@ -0,0 +1 @@
|
||||
The amount of seconds a report will not be re-created, but the report count incremented. Default: ${defaultValue}
|
||||
@@ -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}
|
||||
@@ -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}
|
||||
@@ -1 +1 @@
|
||||
The channel in which kicks should be logged to. Currently: ${currentTarget}
|
||||
The channel to which kicks should be logged to. Currently: ${currentTarget}
|
||||
@@ -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}
|
||||
@@ -0,0 +1 @@
|
||||
The channel to which report reactions notifications should be posted to. Currently: ${currentTarget}
|
||||
@@ -0,0 +1 @@
|
||||
The channel to which un-bans should be logged to. Currently: ${currentTarget}
|
||||
@@ -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.
|
||||
@@ -0,0 +1 @@
|
||||
Number of reports
|
||||
Reference in New Issue
Block a user