forked from EllieBotDevs/elliebot
.setgame renamed to .setactivity and now supports custom activities (with no playing in front of the text)
This commit is contained in:
parent
05c03248c4
commit
2605351f5c
6 changed files with 80 additions and 59 deletions
src/EllieBot/data
|
@ -208,7 +208,8 @@ setavatar:
|
|||
- setav
|
||||
setbanner:
|
||||
- setbanner
|
||||
setgame:
|
||||
setactivity:
|
||||
- setactivity
|
||||
- setgame
|
||||
send:
|
||||
- send
|
||||
|
|
|
@ -813,12 +813,12 @@ setbanner:
|
|||
params:
|
||||
- img:
|
||||
desc: "The URL of the image file to be displayed as the bot's banner."
|
||||
setgame:
|
||||
desc: Sets the bots game status to either Playing, Listening, or Watching.
|
||||
setactivity:
|
||||
desc: Sets the bots game status to a Custom, Playing, Listening, or Watching status.
|
||||
ex:
|
||||
- Playing with snakes.
|
||||
- Watching anime.
|
||||
- Listening music.
|
||||
- Just chilling
|
||||
- Playing with canaries.
|
||||
- Listening music
|
||||
params:
|
||||
- type:
|
||||
desc: "The activity type determines whether the bot is engaged in a game, listening to audio, or watching a video."
|
||||
|
|
|
@ -195,7 +195,7 @@
|
|||
"srvr_banner_too_large": "Specified image is too large! Maximum size is 8MB.",
|
||||
"srvr_banner_invalid_url": "Specified url is not valid. Make sure you're specifying a direct image url.",
|
||||
"set_channel_name": "New channel name set.",
|
||||
"set_game": "New game set!",
|
||||
"set_activity": "New activity set!",
|
||||
"set_stream": "New stream set!",
|
||||
"set_topic": "New channel topic set.",
|
||||
"shard_reconnecting": "Shard {0} reconnecting.",
|
||||
|
|
Reference in a new issue