Skip to content

Commit

Permalink
chore: Moved index.js to main directory
Browse files Browse the repository at this point in the history
  • Loading branch information
SerekKiri committed Jul 17, 2019
1 parent 1263e33 commit c199f86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.js → index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const config = require('./config/config.json')
const client = require('./client')
const config = require('./src/config/config.json')
const client = require('./src/client')
// commands imports
const cmds = require('./commands/index')
const cmds = require('./src/commands/index')

client.on('ready', () => {
console.log(`Reddit Bot has started, with ${client.users.size} users, in ${client.channels.size} channels of ${client.guilds.size} guilds.`)
Expand Down

0 comments on commit c199f86

Please sign in to comment.