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:
|
||||||
|
|
Loading…
Reference in a new issue