Fixed some things being wrong in e324d49cbc
This commit is contained in:
parent
c6b9dd594d
commit
37438f33a2
1 changed files with 3 additions and 3 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 snakes
|
- Playing with canaries
|
||||||
- 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://i.imgur.com/xTG3a1I.jpg
|
- https://cdn.elliebot.net/Ellie.png
|
||||||
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://i.imgur.com/xTG3a1I.jpg
|
- https://cdn.elliebot.net/Ellie.png
|
||||||
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."
|
||||||
|
|
Loading…
Reference in a new issue