Skip to content

Commit

Permalink
remove some leftover junk
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisf committed Aug 26, 2020
1 parent 365ec16 commit ad89c99
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 56 deletions.
43 changes: 0 additions & 43 deletions src/api/dashboard.html

This file was deleted.

3 changes: 2 additions & 1 deletion src/bot/utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ exports.CONFIG_TXT_EXAMPLE = `BOT_TOKEN=get one from discord developers page
GLOBAL_BOT_PREFIX=logger
CREATOR_IDS=212445217763229699
AES_KEY=youraeskey
ENABLE_API=true`
ENABLE_API=true
I_HAVE_READ_THE_LICENSE=`

exports.DEFAULT_EVENT_MAP = {
channelCreate: '',
Expand Down
12 changes: 0 additions & 12 deletions startbot.js
Original file line number Diff line number Diff line change
@@ -1,13 +1 @@
// global.logger = require('./src/miscellaneous/logger')
// global.webhook = require('./src/miscellaneous/webhooklogger')
// global.cluster = require('cluster')
// require('./src/miscellaneous/logger')
// require('dotenv').config()
// if (cluster.isMaster) {
// console.log('Master node init')
// require('./primary')
// } else {
// console.log('Starting a worker')
// require('./replica')
// }
require('./src/bot/index')

0 comments on commit ad89c99

Please sign in to comment.