-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblimp.cfg.example
45 lines (34 loc) · 1.42 KB
/
blimp.cfg.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
[discord]
# The suffix for commands the bot listens to, i.e. ping! triggers a response, ping? does not.
suffix = !
# The token for the bot; get one at https://discord.com/developers/applications
token = keepmesecret
[log]
# You ... probably don't need to change any of this
level = INFO
suppress = discord.gateway,discord.client
# The ID of your error log channel. May be empty, in that case errors will only be logged to
# the console/syslog.
error_log_id = 12345678901234567
# co-op user managed channel/thread features
[coops]
# enable slash command and context menus only for guilds listed here
enabled_guilds = 1,2,3
[database]
# The path where the database is stored. Default should be ok.
path = ./blimp.db
# The folder where the migrations are stored.
migrations = ./migrations
[info]
# BLIMP info website. Required.
web = https://dingenskirchen.systems/blimp
# BLIMP manual. Required.
manual = https://dingenskirchen.systems/blimp/manual
# The source code. If you run a version of BLIMP with modified code, the license BLIMP is under
# requires you to publish your changes.
# The easiest way to do that is to point this to a public repository with your version.
source = https://github.com/The-Valley-Discord/blimp
# The invite to your support server. May be empty.
support_invite = https://discord.gg/abcdef
# The ID of your feedback channel. May be empty, in that case "feedback!" will not work.
feedback_id = 12345678901234567