forked from stegripe/rawon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dev.env_example
30 lines (26 loc) · 1.25 KB
/
dev.env_example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# This is the configuration file for dev options. All options here are optional.
# Intended to be used for developers who want to extend their experience with the bot.
# If you're just a regular user (not a developer), you probably don't need to edit this file.
#==============================================================================
# MULTIPLE - What are the IDs of the bot developers?
# Example: DEVS="956162927726063626, 366169273485361153"
DEVS=""
#==============================================================================
# In which mode do you want to activate your bot?
# Example: NODE_ENV="production"
# Available: production, development
# Default: production
NODE_ENV=""
#==============================================================================
# Do you want to enable Debug Mode?
# This mode will print all information (such as raw event data, queue changes, etc) on the console.
# Example: DEBUG_MODE="no"
# Default: no
DEBUG_MODE=""
#==============================================================================
# Do you want to enable REPL feature?
# You can evaluate code from the console using this feature.
# REPL included with "shardManager" variable containing the ShardManager of the bot.
# Example: REPL="no"
# Default: no
REPL=""