Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ZandercraftGames committed Oct 12, 2018
1 parent 6949491 commit a2b38bf
Show file tree
Hide file tree
Showing 39 changed files with 670 additions and 973 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This is an example .env file for WildBeast
# This is an example .env file for The Zandercraft Bot.
# This lists all possible configuration values and, if applicable, the default setting
# Non-essential configuration variables are commented out

Expand All @@ -11,7 +11,7 @@ LAVA_NODES=[{"host":"lavalink","port":80,"restPort":2333,"region":"us","password

## OPTIONAL CONFIGURATION ##

#### WildBeast internals
#### Internals
# WILDBEAST_LANGUAGE=en
# WILDBEAST_SUPPRESS_COMMANDLOG=0
# WILDBEAST_PREFERRED_DATABASE=arangodb
Expand Down
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ global.i18n = require('./src/internal/i18n')
require('./src/internal/secrets-loader')
require('./src/internal/check-env')

global.logger.log('Welcome to the Zandercraft Bot!')
global.logger.log('Beginning startup sequence...')
global.logger.log('This may take a while.')

require('./src/internal/version-check')

Expand Down
Loading

0 comments on commit a2b38bf

Please sign in to comment.