Last active
October 5, 2015 15:43
-
-
Save minustime/d78fb02011944dd1e0bc to your computer and use it in GitHub Desktop.
Submethod Bot Messages
This file contains hidden or 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
| "skipOffGenre" : ":warning: @{username} your song doesn't fall within our list of accepted genres, please try again", | |
| "skipOverplay" : ":warning: @{username} we dig your pick but this song is currently overplayed, please try again", | |
| "playsAuthor404" : "{author} hasn't been played here recently.", | |
| "playsAuthor" : ":repeat: {author} has been played {playCount} :arrow_forward: most recent track: \"{title}\" ({score}), {timePeriod} by @{username}", | |
| "playsAuthorTitle404" : "\"{title}\" by {author} hasn't been played here before.", | |
| "playsAuthorTitle" : ":repeat: \"{title}\" by {author} has been played {playCount} :arrow_forward: most recent play {timePeriod} by @{username} ({score})", | |
| "songAnnounceNew" : ":musical_note: {username} is playing {song}, this track is new to the room!", | |
| "songAnnounceNext" : ":musical_note: {username} is playing {song} :musical_note: Stats: :repeat: {playCount} plays :arrow_forward: last play {lastPlayDate}", | |
| "songAnnounceLast" : ":information_source: Last song stats: {score} {link}", | |
| "whoNone" : "I don't know {username}", | |
| "who404" : "hasn't been around here yet", | |
| "whoExisting" : "{username}, chilling in the room since {dateAdded}", | |
| "whoNewDj" : "Today is {username}'s first day in the room! Last track: {lastTrack}, played {lastSpinDate}", | |
| "whoExistingDj" : "{username} last played in the room {lastSpinDate}. Last track: {lastTrack}", | |
| "whoNew" : "{username} is new to the room! welcome and/or ban them forever", | |
| "aka404" : "I don't know {username}", | |
| "akaNone" : "{username} is just {username}", | |
| "aka" : "{username} also goes by: {usernames}", | |
| "userUnblocked" : "{username} is allowed to use the bot.", | |
| "userBlocked" : "{username} is blocked from using the bot", | |
| "songlink" : "Here's this song in {link}", | |
| "botOff" : "Goodbye now.", | |
| "botOn" : "it's ON.", | |
| "botCheck" : "hi!" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment