Created
January 13, 2016 01:20
-
-
Save owenconti/d26160c6396cf224298d to your computer and use it in GitHub Desktop.
LCTV Bot Gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CORE COMMANDS: | |
!unban | |
Unbans the specified user. | |
!ban | |
Bans the specified user. | |
!addcommand {command} {output} | |
Adds a new command to the bot (Mod only). | |
!removecomamnd {command} | |
Removes a command from the bot (Mod only). | |
!help | |
Shows the documentation for core, plugins, and custom commands. | |
!top {X} | |
Displays the top X viewers. | |
!setsubject {subject} | |
Sets the room's subject to {subject}. | |
!todo | |
List the current TODOs. | |
!todo -a {TODO item} | |
Adds specified item to the TODO list (Mod only). | |
!todo -r {X} | |
Removes TODO item at index X from the TODO list (Mod only). | |
!todo -c {X} | |
Completes the TODO item at the specified index (Mod only). | |
!status | |
Returns the status of the user. | |
!getstatus {username} | |
Returns the status of the specified user. | |
!setstatus {username} {status} | |
Sets the status of the specified user to the specified status. | |
!voices | |
Lists the available voices to be used with the !say command. | |
PLUGIN COMMANDS: | |
!commits | |
List 3 latest commits for the bot's repository. | |
!commits summary {X} | |
Draw graph of commits over last X weeks. | |
!insult {username} | |
Throws a random insult at the specified user. | |
!vote -s {question} | |
Start a vote session with the specified question. | |
!vote -c {choice} | |
Adds a choice to the vote session. | |
!vote -t {timeframe} | |
Tells the bot how long we want the vote to last in minutes (default 3 minutes). | |
!vote submit | |
Tells the bot we are done submitting choices and the vote can begin. | |
!vote {choice} | |
Submits a vote into the current vote session. | |
!song !track !music !current | |
Display the currently playing song. | |
!request {youtube_id} | |
Add a YouTube video to the playlist. | |
!remove | |
Remove the current song from the playlist (Mod only). | |
!skip | |
Skip the song if moderator, else place a vote to skip the song. | |
!pause | |
Pauses the YouTube player. | |
!play | |
Plays the YouTube player. | |
!playlist | |
Lists the tracks in the playlist. | |
!playsong {playlistIndex} | |
Plays the specified song by the index. | |
CUSTOM COMMANDS: | |
!favorite_language | |
!favorite_framework | |
!favorite_ide | |
!favorite_viewer | |
!favorite_music | |
!streamingguide | |
!support | |
!newfeatures | |
!tools | |
!project | |
!donation | |
!discord | |
!competition | |
!repo | |
!plugins | |
!trello |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment