-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.example.yml
34 lines (33 loc) · 1.51 KB
/
config.example.yml
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
31
32
33
34
#######################################################
# _____ _ _ _ _ #
# |_ _| (_) | | | (_) #
# | | _ ____ ___| |_ __ _| |_ _ ___ _ __ #
# | | | '_ \ \ / / | __/ _` | __| |/ _ \| '_ \ #
# _| |_| | | \ V /| | || (_| | |_| | (_) | | | | #
# |_____|_| |_|\_/ |_|\__\__,_|\__|_|\___/|_| |_| #
# #
# An invitation discord bot for senior dev trial #
#######################################################
# Copy the config.example.yml to config.yml
debug: true # Only for developer, false if you are not.
cache:
invite: true # Cache the invite data for faster performance
bot:
token: '' # Put your discord token here
status: "dnd" # lowercase status, ex: 'dnd' / 'online' / 'offline' / 'away'
activity:
name: "none" # ex: 'YOUR FAVORITE CODER'
type: "PLAYING" # uppercase type, ex: 'WATCHING', 'PLAYING', 'STREAMING'
url: "https://orume.id" # activity url
database:
host: '' # Database's Host / IP
port: 3306 # Database's Port
username: '' # Database's Username
password: '' # Database's Password
database: '' # Database's Name
dialect: '' # Database's dialect, available: 'mysql' / 'postgres' / 'mariadb' / 'mssql' / 'sqlite' / etc
logging: false # Logs the database query
models: # The database models name, recommended to leave them as default
inviteData: "invite_models"
discordUsers: "discorduser_caches"
buttonData: "button_caches"