Added .qdelauth - Delete all quotes by the specified author on this server. If you target yourself - no permission required

This commit is contained in:
Kwoth
2022-08-30 15:46:10 +02:00
parent b69e25edf4
commit fb4f470b44
7 changed files with 100 additions and 32 deletions

View File

@@ -342,6 +342,9 @@ quoteid:
quotedelete:
- quotedelete
- qdel
quotedeleteauthor:
- quotedeleteauthor
- qdelauth
draw:
- draw
drawnew:

View File

@@ -628,6 +628,10 @@ quotedelete:
desc: "Deletes a quote with the specified ID. You have to either have the Manage Messages permission or be the creator of the quote to delete it."
args:
- "123456"
quotedeleteauthor:
desc: "Deletes all quotes by the specified author. If the author is not you, then ManageMessage server permission is required."
args:
- "@QuoteSpammer"
draw:
desc: "Draws a card from this server's deck. You can draw up to 10 cards by supplying a number of cards to draw."
args:

View File

@@ -595,6 +595,7 @@
"presence": "Presence",
"presence_txt": "{0} Servers\n{1} Text Channels\n{2} Voice Channels",
"quotes_deleted": "Deleted all quotes with {0} keyword.",
"quotes_deleted_count": "Deleted {0} quotes.",
"quotes_page": "Page {0} of quotes",
"quotes_page_none": "No quotes found on that page.",
"quotes_remove_none": "No quotes found which you can remove.",