forked from EllieBotDevs/elliebot
Show a message when 'prune fails due to already running error
This commit is contained in:
parent
47c6f9ab03
commit
7d6a7f159b
2 changed files with 23 additions and 17 deletions
src/EllieBot/data/strings/responses
|
@ -38,6 +38,7 @@
|
|||
"prune_cancelled": "Pruning was cancelled.",
|
||||
"prune_not_found": "No active prune was found on this server.",
|
||||
"prune_progress": "Pruning... {0}/{1} messages deleted.",
|
||||
"prune_already_running": "A prune is already running on this server.",
|
||||
"timeoutdm": "You have been timed out in {0} server.\nReason: {1}",
|
||||
"timedout_user": "User Timed Out",
|
||||
"remove_roles_pl": "have had their roles removed",
|
||||
|
|
Reference in a new issue