mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
Added .qdelauth - Delete all quotes by the specified author on this server. If you target yourself - no permission required
This commit is contained in:
@@ -342,6 +342,9 @@ quoteid:
|
||||
quotedelete:
|
||||
- quotedelete
|
||||
- qdel
|
||||
quotedeleteauthor:
|
||||
- quotedeleteauthor
|
||||
- qdelauth
|
||||
draw:
|
||||
- draw
|
||||
drawnew:
|
||||
|
@@ -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:
|
||||
|
@@ -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.",
|
||||
|
Reference in New Issue
Block a user