-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.yaml
15 lines (15 loc) · 954 Bytes
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
path: # Configuration paths
log: run.log # Log file
token: data/secret/token # Bot token
master: data/master # Bot owner Discord ID
admins: data/admins # Admins' Discord IDs, newline-separated
banned: data/banned # Banned member IDs, newline-separated
guild: data/guilds/%s.json # Guild config path
config: config/%s.%s # Config folder (cogs)
version: version # Version number file
locale: locale # Directory for translations
wheel: # Wheel configuration
import: true # Auto-import new cogs
reload: true # Auto-reload imported cogs
port: # Ports configuration
websocket: 8765 # Websocket port (localhost)