[AB-291] adding templates for new pagination system

adding templates for mutes command
This commit is contained in:
Sheldan
2021-12-01 01:13:44 +01:00
parent 4c988e6c3e
commit 02d5d7cc1c
22 changed files with 124 additions and 8 deletions

View File

@@ -0,0 +1 @@
Shows all the warnings on the server

View File

@@ -0,0 +1,2 @@
Shows all the still existing mutes on the server in a paginated way.
Optionally you can provide a member to show the mutes for.

View File

@@ -0,0 +1 @@
The member to show the mutes for.

View File

@@ -0,0 +1 @@
Amount of mutes: ${muteCount}.

View File

@@ -0,0 +1,2 @@
Mute #${muteId} of user ${mutedUserText} by user ${mutingUserText} on ${muteDate} which lasted ${muteDuration} (Mute ended: ${muteEnded}).
Reason: `${reason}`