-
Notifications
You must be signed in to change notification settings - Fork 6
/
config.yml.example
executable file
·63 lines (53 loc) · 1.94 KB
/
config.yml.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# Discord token
token: ''
# Default server prefix
#command_prefix: !
# Database URL. MySQL, PostgreSQL and SQLite can be used.
#database_url: sqlite:///database.db
# Role that determines a user is an owner. Alternatively, all server admins are "owners"
#owner_role: AlexisMaster
# Bot owners can do config stuff with commands. Server owners can't.
#bot_owners: ["130324995984326656"]
# Servers can change its language, but this is the default one.
#default_lang: "es"
# Advanced stuff
#log_path: logs # Logs path
#log_to_files: false # Log to files can be disabled here (useful when using supervisord, or whatever)
#log_format: '%(asctime)s | %(levelname)-8s | %(name)s || %(message)s' # Logging format
#ext_modpath: "" # External path to load modules
#debug: false # Debug mode. Exception tracebacks will be fully logged into chat.
# Bot server invitations whitelist. If the bot is invited to a server, but it's not on the following whitelist,
# it will say a message and will leave the server.
#whitelist_servers: ["198944348379938816"]
#whitelist: false # This is normally disabled
#whitelist_autoleave: false # Used when bot starts up, it leaves currently not-whitelisted servers.
#whitelist_contact: 130324995984326656
#blacklist_servers: []
# Unused
#shutdown_channel: ''
#### Module specifics settings
# Bitly URL shortner: !bitly
#bitly_domain: ''
#bitly_key: ''
#bitly_min_length: 25
# Cleverbot API key
#cleverbot_apikey: ''
# Covid19CL informations: !covid
#covid19cl_discord_channel: ''
# Currency conversion: !value
#currency_apikey: ''
#sbif_apikey: ''
# Greeting module settings
#greeting_max_length: 1000
#greeting_max_messages: 10
# Maximum roles allowed with !iam
#iam_roles_limit: 50
# Maximum amount of options when creating polls
#polls_max_options: 6
# Limit for creating reminders: !remindme
#remindme_text_limit: 150
# Simsimi configuration
#simsimi_apikey: ''
#simsimi_lang: es
# Weather API configuration
#weatherapi_key: ''