-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample-bot.conf
More file actions
83 lines (67 loc) · 1.98 KB
/
Copy pathexample-bot.conf
File metadata and controls
83 lines (67 loc) · 1.98 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
[DEFAULT]
# See README.md for the full field reference and value-type grammar.
token = ...
prefix = ...
# Which app to load (see bot/apps)
APP = luatexit
# Shard info (only needed if running sharded)
SHARD_COUNT = 1
# Additional config file(s) to merge in, comma-separated
# ALSO_READ = secrets.conf
# Access control (comma-separated Discord user IDs)
masters = 1, 2, 3
developers = 1, 2, 3
managers = 1, 2, 3
reviewers = 1, 2, 3
# List of bots who may use commands
whitelisted_bots = 1, 2, 3
# List of users/guilds who may not interact with the bot
blacklisted_users = 1, 2, 3
blacklisted_guilds = 1, 2, 3
# Logging parameters
LOGFILE = logs/paradox.log
LOGLEVEL = DEBUG
DISCORD_LOGLEVEL = INFO
# Database args
DB_TYPE = sqlite
# sqlite args
SQLITE_DB = data/paradata.db
# Channel endpoints
FEEDBACK_CH = 0
PREAMBLE_CH = 0
PREAMBLE_LOGCH = 0
PREAMBLE_SUBCH = 0
GUILD_LOG_CH = 0
LOG_CHANNEL = 0
ERROR_CHANNEL = 0
# ---------------------
# Third-party API keys
WOLFRAM_ID = ...
KAGI_ID = ...
GITHUB_AUTH_TOKEN = ...
[SHARD 0]
# Override or set global options per-shard
LOG_CHANNEL = 1
WOLFRAM_ID = ...
[EMOJIS]
# Legacy way of mapping emoji names to literals; prefer Discord Application
# Emojis (Developer Portal > your app > Emojis) going forward. See README.md.
latex_show_source: <:showtex:514751110179717128>
latex_show_errors: <:errors:504266556054962196>
latex_delete_source: <:delete_source:526232446295998475>
bot: <:parabot:414679163371520000>
botowner: <:botowner:414733377225359370>
botmanager: <:botmanager:414733340575268874>
online: <:ParaOn:424011574223831040>
idle: <:ParaIdle:424011573854732290>
dnd: <:ParaDND:424011574009790467>
offline: <:ParaInvis:424011574206922752>
next: <:Next:441781693448454164>
more: <:More:533256740188454927>
delete: <:delete:514752776924954624>
loading: <a:loading:531888356167254036>
prev: <:Previous:441781666206187520>
approve: <:approve:595373720806096896>
deny: <:deny:595373736581136394>
test: <:test:595374492985851978>
sendfile: <:send_file:594842970239270921>