This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
joepie91
/
barcodebot
Watch
1
Star
0
Fork
1
Code
Issues
0
Pull Requests
1
Releases
0
Wiki
Activity
Browse Source
Add example config.json
master
Sven Slootweg
11 months ago
parent
05cb1eafe8
commit
e4551a4009
1 changed files
with
11 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+11
-0
config.example.json
+ 11
- 0
config.example.json
View File
@ -0,0 +1,11 @@
{
"apiKeys"
:
{
"eanData"
:
"YOURKEYGOESHERE"
}
,
"irc"
:
{
"host"
:
"irc.freenode.net"
,
"port"
:
6667
,
"nick"
:
"barcodebot"
,
"channel"
:
"#revspace"
}
}
Write
Preview
Loading…
Cancel
Save