Skip to content

Commit

Permalink
config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeRandomOwl committed Apr 19, 2016
1 parent ba67f21 commit d2cf545
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"email": "", //This is for using a non bot account login with a email and password
"pass": "",
"cmdMod": "!", //The symbol needed to have at the begining of commands
"ownerId": "", //The id of the bot owner
"token": "", //The token for the bot, for using token login
"youTubeApiKey": "", //Api key for youtube
"imgurId": "815f77d8e562c63" //Id for imgur login
}
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//Welcome, this is scratch bots source code, everything that makes her run and tick!
var DiscordClient = require('discord.io');
var winston = require('winston');
var config = require('../../config.json');
var config = require('config.json');
var fs = require('fs');
var Roll = require('roll'),
roll = new Roll();
Expand Down

0 comments on commit d2cf545

Please sign in to comment.