Created
October 12, 2016 16:46
-
-
Save Hoffs/b9829a1a94ad4c4887c2341fd3595658 to your computer and use it in GitHub Desktop.
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
{ | |
"Commands": { | |
"points": "!points", | |
"creator": "!creator", | |
"banme": "!banme", | |
"timeoutenemy": "!timeoutenemy", | |
"baconspam": "!baconspam", | |
"game": "!game", | |
"title": "!title" | |
}, | |
"Points": { | |
"command_add" : "add", | |
"command_remove" : "remove", | |
"command_get" : "get", | |
"Get" : { | |
"permission_level" : "user", | |
"message" : "%s has %s points!" | |
}, | |
"Add" : { | |
"permission_level" : "broadcaster", | |
"message" : "Points successfully added!" | |
}, | |
"Remove" : { | |
"permission_level" : "broadcaster", | |
"message" : "Points successfully removed!" | |
}, | |
"error" : "Something went wrong!" | |
}, | |
"Creator": { | |
"permission_level" : "creator", | |
"message" : "My creator and owner is Hoffs!" | |
}, | |
"TimeoutEnemy": { | |
"permission_level" : "user", | |
"initiator" : "%s 360 Sacrifice had to be made.", | |
"enemy" : "%s 90 You have an enemy." | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment