I forgot some things in the last commit.
This commit is contained in:
parent
f6d1cf076c
commit
e324d49cbc
1 changed files with 17 additions and 17 deletions
|
@ -817,7 +817,7 @@ setactivity:
|
||||||
desc: Sets the bots game status to a Custom, Playing, Listening, or Watching status.
|
desc: Sets the bots game status to a Custom, Playing, Listening, or Watching status.
|
||||||
ex:
|
ex:
|
||||||
- Just chilling
|
- Just chilling
|
||||||
- Playing with canaries.
|
- Playing with snakes
|
||||||
- Listening music
|
- Listening music
|
||||||
params:
|
params:
|
||||||
- type:
|
- type:
|
||||||
|
@ -827,14 +827,14 @@ setactivity:
|
||||||
setserverbanner:
|
setserverbanner:
|
||||||
desc: Sets a new banner image for the current server. Parameter is a direct link to an image.
|
desc: Sets a new banner image for the current server. Parameter is a direct link to an image.
|
||||||
ex:
|
ex:
|
||||||
- https://cdn.elliebot.net/Ellie.png
|
- https://i.imgur.com/xTG3a1I.jpg
|
||||||
params:
|
params:
|
||||||
- img:
|
- img:
|
||||||
desc: "The URL of the image file to be displayed as the bot's banner."
|
desc: "The URL of the image file to be displayed as the bot's banner."
|
||||||
setservericon:
|
setservericon:
|
||||||
desc: Sets a new icon image for the current server. Parameter is a direct link to an image.
|
desc: Sets a new icon image for the current server. Parameter is a direct link to an image.
|
||||||
ex:
|
ex:
|
||||||
- https://cdn.elliebot.net/Ellie.png
|
- https://i.imgur.com/xTG3a1I.jpg
|
||||||
params:
|
params:
|
||||||
- img:
|
- img:
|
||||||
desc: "The URL of the image file to be displayed as the bot's banner."
|
desc: "The URL of the image file to be displayed as the bot's banner."
|
||||||
|
@ -2172,7 +2172,7 @@ quotesdeleteall:
|
||||||
- kek
|
- kek
|
||||||
params:
|
params:
|
||||||
- keyword:
|
- keyword:
|
||||||
desc: "The keyword/trigger of the quotes to the deleted."
|
desc: "The keyword/trigger of the quotes to be 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:
|
||||||
|
@ -2347,7 +2347,7 @@ antiraid:
|
||||||
- 10 10 Ban 6h30m
|
- 10 10 Ban 6h30m
|
||||||
- ''
|
- ''
|
||||||
params:
|
params:
|
||||||
- {}
|
- { }
|
||||||
- userThreshold:
|
- userThreshold:
|
||||||
desc: "The number of users that must join the server within a specified time interval to trigger the anti-raid protection."
|
desc: "The number of users that must join the server within a specified time interval to trigger the anti-raid protection."
|
||||||
seconds:
|
seconds:
|
||||||
|
@ -2559,7 +2559,7 @@ serverlist:
|
||||||
- page:
|
- page:
|
||||||
desc: "The number of pages to retrieve from the server list."
|
desc: "The number of pages to retrieve from the server list."
|
||||||
cleverbot:
|
cleverbot:
|
||||||
desc: |-
|
desc: |-
|
||||||
Toggles cleverbot/chatgpt session.
|
Toggles cleverbot/chatgpt session.
|
||||||
When enabled, the bot will reply to messages starting with bot mention in the server.
|
When enabled, the bot will reply to messages starting with bot mention in the server.
|
||||||
Expressions starting with %bot.mention% won't work if cleverbot/chatgpt is enabled.
|
Expressions starting with %bot.mention% won't work if cleverbot/chatgpt is enabled.
|
||||||
|
@ -2973,7 +2973,7 @@ quotesexport:
|
||||||
ex:
|
ex:
|
||||||
- ''
|
- ''
|
||||||
params:
|
params:
|
||||||
- {}
|
- { }
|
||||||
aliaslist:
|
aliaslist:
|
||||||
desc: Shows the list of currently set aliases. Paginated.
|
desc: Shows the list of currently set aliases. Paginated.
|
||||||
ex:
|
ex:
|
||||||
|
@ -4212,7 +4212,7 @@ marmaladesearch:
|
||||||
ex:
|
ex:
|
||||||
- shrine
|
- shrine
|
||||||
params:
|
params:
|
||||||
- {}
|
- { }
|
||||||
bankdeposit:
|
bankdeposit:
|
||||||
desc: Deposits the specified amount of currency into the bank for later use.
|
desc: Deposits the specified amount of currency into the bank for later use.
|
||||||
ex:
|
ex:
|
||||||
|
@ -4465,7 +4465,7 @@ todoclear:
|
||||||
ex:
|
ex:
|
||||||
- ''
|
- ''
|
||||||
params:
|
params:
|
||||||
- {}
|
- { }
|
||||||
todoarchiveadd:
|
todoarchiveadd:
|
||||||
desc: Creates a new archive with the specified name using current todos.
|
desc: Creates a new archive with the specified name using current todos.
|
||||||
ex:
|
ex:
|
||||||
|
|
Loading…
Reference in a new issue