-
Notifications
You must be signed in to change notification settings - Fork 15
/
help.json
6 lines (6 loc) · 1.59 KB
/
help.json
1
2
3
4
5
6
{
"bots": "This bot is an all in one bot.\nCurrently there are two uses. It can play music and organise league of legends tournaments.\nUse the command 'music' to access the music bot.\nUse the command 'tournament' to access the tournament bot.",
"music": "music play [Youtube URL] \n\t-Plays a youtube video's audio.\n\nmusic play [song name to search] \n\t-Searches on youtube and plays the first matching video's audio.\n\nmusic skip \n\t-Vote to skip the current song.\n\nmusic queue \n\t-Lists the queued songs \n\nmusic mode [repeat|playlist|normal] \n\t-Chose a mode for the bot. repeat plays a song on loop. playlist plays the current queue in a loop.\n\nmusic purge \n\t-Stops the current music and empties the queue.\n\nmusic disconnect \n\t-Disconnects the bot from a voice chat.",
"tournament": "tournament start [nbTeams] [nbPlayersPerTeam] \n-Starts a tournament with the specified size.\n\ntournament register [REGION] [IGN] \n-Registers you to the tournament and associates you to your League Of Legends account.\n\ntournament unregister \n-Unregisters you from the current tournament.\n\ntournament unregister [IGN|discordName] \n-Unregisters the user from the current tournament. \n\ntournament registered \n-Shows the list of the currently registered players.\n\ntournament status \n-Shows the status of the tournament (open/closed and how many players are registered/how many left to complete).\n\ntournament cancel \n-Cancels the current tournament.",
"soundboard": "soundboard [Sound Name] \n-Plays the selected sound clip in your voice chat. \nsoundboard list \n-Lists all the available sound clips."
}