* 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:
Kwoth
2024-05-04 06:33:45 +00:00
parent 7637de8fed
commit ea0b51d474
22 changed files with 418 additions and 235 deletions

View File

@@ -185,6 +185,9 @@ threaddelete:
prune:
- prune
- clear
prunecancel:
- prunecancel
- prunec
die:
- die
setname:

View File

@@ -385,6 +385,10 @@ prune:
- "@Someone --safe"
- "@Someone X"
- "@Someone X -s"
prunecancel:
desc: "Cancels an active prune if there is any."
args:
- ""
die:
desc: "Shuts the bot down."
args:

View File

@@ -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."
}