Clarified some quote command strings
Changed .delallq to be .qdall as all quote related commands start with .q<verb> now
This commit is contained in:
parent
85e8c48f90
commit
290249dd06
3 changed files with 10 additions and 9 deletions
|
@ -321,7 +321,7 @@ public partial class Utility
|
||||||
[Cmd]
|
[Cmd]
|
||||||
[RequireContext(ContextType.Guild)]
|
[RequireContext(ContextType.Guild)]
|
||||||
[UserPerm(GuildPerm.ManageMessages)]
|
[UserPerm(GuildPerm.ManageMessages)]
|
||||||
public async Task DelAllQuotes([Leftover] string keyword)
|
public async Task QuotesDeleteAll([Leftover] string keyword)
|
||||||
{
|
{
|
||||||
if (string.IsNullOrWhiteSpace(keyword))
|
if (string.IsNullOrWhiteSpace(keyword))
|
||||||
return;
|
return;
|
||||||
|
|
|
@ -700,10 +700,10 @@ guide:
|
||||||
- readme
|
- readme
|
||||||
calcops:
|
calcops:
|
||||||
- calcops
|
- calcops
|
||||||
delallquotes:
|
quotesdeleteall:
|
||||||
- delallquotes
|
- quotesdeleteall
|
||||||
- daq
|
- qdall
|
||||||
- delallq
|
- qdeleteall
|
||||||
greetdmmsg:
|
greetdmmsg:
|
||||||
- greetdmmsg
|
- greetdmmsg
|
||||||
cash:
|
cash:
|
||||||
|
|
|
@ -1308,7 +1308,8 @@ quotesearch:
|
||||||
textOrAuthor:
|
textOrAuthor:
|
||||||
desc: "The search term to find a matching quote."
|
desc: "The search term to find a matching quote."
|
||||||
quoteid:
|
quoteid:
|
||||||
desc: Displays the quote with the specified ID number. Quote ID numbers can be found by typing `{0}liqu [num]` where `[num]` is a number of a page which contains 15 quotes.
|
desc: -|
|
||||||
|
Displays the quote with the specified ID number.
|
||||||
ex:
|
ex:
|
||||||
- 123456
|
- 123456
|
||||||
params:
|
params:
|
||||||
|
@ -2165,13 +2166,13 @@ calcops:
|
||||||
- ''
|
- ''
|
||||||
params:
|
params:
|
||||||
- {}
|
- {}
|
||||||
delallquotes:
|
quotesdeleteall:
|
||||||
desc: Deletes all quotes on a specified keyword.
|
desc: Deletes all quotes with the specified keyword.
|
||||||
ex:
|
ex:
|
||||||
- kek
|
- kek
|
||||||
params:
|
params:
|
||||||
- keyword:
|
- keyword:
|
||||||
desc: "The keyword to search for in the text."
|
desc: "The keyword/trigger of the quotes to the deleted."
|
||||||
greetdmmsg:
|
greetdmmsg:
|
||||||
desc: Sets a new join announcement message which will be sent to the user who joined. Type `%user.mention%` if you want to mention the new member. Using it with no message will show the current DM greet message. You can use embed json from <https://eb.elliebot.net> instead of a regular text, if you want the message to be embedded.
|
desc: Sets a new join announcement message which will be sent to the user who joined. Type `%user.mention%` if you want to mention the new member. Using it with no message will show the current DM greet message. You can use embed json from <https://eb.elliebot.net> instead of a regular text, if you want the message to be embedded.
|
||||||
ex:
|
ex:
|
||||||
|
|
Loading…
Reference in a new issue