-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleaning up stuff for release versions
- Loading branch information
1 parent
9a963b4
commit ab560b9
Showing
4 changed files
with
22 additions
and
13 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"authKey": "", | ||
"commandPrefix": "!", | ||
"botName": "GarlicBot", | ||
"botIconURL": "https://i.imgur.com/NFS0WeC.jpg", | ||
"logLevel": 4, | ||
"embedColor": "140,60,60" | ||
"botName": "GarlicBot", | ||
"commandPrefix": "!", | ||
"embedColor": "140,60,60", | ||
"logLevel": 4 | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
{ | ||
"commandErrorTitle": "Command Error:", | ||
"commandNotFound": "Command not recognized.", | ||
"commandTooFewArgs": "Too few arguments for command {0}", | ||
"firstTimeRunning": "Hello! This looks like it is your first time running GarlicBot.\nAresources folder has been created with a config file.\nPlease add your bot's authentication token to the config file.", | ||
"missingAuthKey": "Authentication key missing!", | ||
"noPermission": "You do not have the required permission to use this command.", | ||
"quoteAdded": "Added quote", | ||
"quoteAddedBody": "Added quote with author {0}", | ||
"quoteTitle": "Quote:", | ||
"restartMessage": "Restarting...", | ||
"missingAuthKey": "Authentication key missing!", | ||
"commandErrorTitle": "Command Error:", | ||
"rollCommandCouldntParse": "Couldn't parse argument, default to 6 sides\n", | ||
"rollOutput": "Roll the Dice ({0} sides)", | ||
"rollResult": "{0}Result: `{1}`", | ||
"commandTooFewArgs": "Too few arguments for command {0}", | ||
"quoteAdded": "Added quote", | ||
"quoteAddedBody": "Added quote with author {0}", | ||
"quoteTitle": "Quote:" | ||
"rollResult": "{0}Result: `{1}`" | ||
} |