mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
* add: .prunecancel to cancel active prunes
* change: .qs improved with thumbnails * change: .prune now reports progress * dev: DryIoc replacing Ninject
This commit is contained in:
@@ -35,6 +35,9 @@
|
||||
"banned_user": "User Banned",
|
||||
"ban_prune_disabled": "Banned user's messages will no longer be deleted.",
|
||||
"ban_prune": "Bot will prune up to {0} day(s) worth of messages from banned user.",
|
||||
"prune_cancelled": "Pruning was cancelled.",
|
||||
"prune_not_found": "No active prune was found on this server.",
|
||||
"prune_progress": "Pruning... {0}/{1} messages deleted.",
|
||||
"timeoutdm": "You have been timed out in {0} server.\nReason: {1}",
|
||||
"timedout_user": "User Timed Out",
|
||||
"remove_roles_pl": "have had their roles removed",
|
||||
@@ -1089,5 +1092,7 @@
|
||||
"todo_archive_empty": "You have no archived todos.",
|
||||
"todo_archive_list": "Archived Todo Lists",
|
||||
"todo_archive_not_found": "Archived todo list not found.",
|
||||
"todo_archived_list": "Archived Todo List"
|
||||
"todo_archived_list": "Archived Todo List",
|
||||
"search_results": "Search results",
|
||||
"queue_search_results": "Type the number of the search result to queue up that track."
|
||||
}
|
||||
|
Reference in New Issue
Block a user