-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
btw, did you know that hjson is awesome
- Loading branch information
Showing
11 changed files
with
86 additions
and
49 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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
|
||
{ | ||
// guide for setting up your own token here: | ||
// https://github.com/reactiflux/discord-irc/wiki/Creating-a-discord-bot-&-getting-a-token | ||
token: 000000000000000000000000.000000.000000000000000000000000000 | ||
|
||
# you can just leave this off if you want, but I suggest including it because it's useful | ||
activeMessage: x/help for info | ||
prefix: x/ | ||
embeds: | ||
{ | ||
# if false then all embeds get converted into | ||
active: true | ||
|
||
# currently absolute timeout is 2048 because the largest field is 2048 characters long, | ||
# and the longest normal message is only allowed to be 2000 characters (I think?) | ||
# however if you really wanted to you could set it farther, but you'll have some rejections | ||
# from the api server. (or you somehow purchased an override from Discord) | ||
timeoutChars: 2040 | ||
timeoutMessage: Could not send all output as there were too many in a single message. | ||
|
||
# you can also use hex values (in decimal form) | ||
colors: | ||
{ | ||
help: [52, 152, 219] | ||
success: [152, 219, 52] | ||
warning: [219, 119, 52] | ||
fail: [219, 52, 152] | ||
} | ||
} | ||
} |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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