This repository has been archived by the owner on Aug 23, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 70
/
config_example.toml
182 lines (165 loc) · 3.4 KB
/
config_example.toml
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
[bot]
version = "4.11.1"
token = "my cool bot token"
initial_extensions = [
"cogs.locale",
"cogs.owner",
"cogs.game_master",
"cogs.gambling",
"cogs.adventure",
"cogs.ranks",
"cogs.trading",
"cogs.miscellaneous",
"cogs.server",
"cogs.profile",
"cogs.battles",
"cogs.help",
"cogs.vote",
"cogs.crates",
"cogs.patreon",
"cogs.store",
"cogs.marriage",
"cogs.guild",
"cogs.tournament",
"cogs.classes",
"cogs.images",
"cogs.global_events",
"cogs.raid",
"cogs.gods",
"cogs.transaction",
"cogs.races",
"cogs.hungergames",
"cogs.maths",
"cogs.shard_communication",
"cogs.alliance",
"cogs.trivia",
"cogs.chess",
"cogs.werewolf",
"cogs.scheduler",
"cogs.error_handler",
]
global_prefix = "$"
is_beta = true
is_custom = false
global_cooldown = 3
donator_cooldown = 2
[external]
patreon_token = "my secret patreon token"
imgur_token = "my secret imgur token"
okapi_token = "my secret okapi token"
traviapi = "just a secret"
base_url = "https://idlerpg.xyz"
okapi_url = "https://okapi.travitia.xyz"
proxy_url = "http://my.proxy"
proxy_auth = "proxy-auth-key"
[[external.donator_roles]]
id = 1234
tier = "basic"
[database]
postgres_name = "database_name"
postgres_user = "database_user"
postgres_password = "database_password"
postgres_host = "localhost"
postgres_port = 5432
redis_host = "localhost"
redis_port = 6379
redis_database = 0
redis_shard_announce_channel = "guild_channel"
[statistics]
topggtoken = "topggtoken"
dbltoken = "dbltoken"
bfdtoken = "bfdtoken"
join_channel = 1234567890
sentry_url = "https://whatever.sentry.url"
[launcher]
additional_shards = 4
shards_per_cluster = 4
[game]
game_masters = [1234567890]
banned_guilds = [1234567890]
support_server_id = 1234567890
raid_channel = 1234567890
gm_log_channel = 1234567890
helpme_channel = 1234567890
official_tournament_channel_id = 1234567890
bot_event_channel = 1234567890
primary_colour = 16759808
member_role = 1234567890
support_team_role = 1234567890
[cities]
[cities.vopnafjor]
name = "Vopnafjor"
thief = true
raid = true
trade = true
adventure = true
tier = 4
[cities.medriguen]
name = "Medriguen"
thief = false
raid = true
trade = true
adventure = true
tier = 3
[cities.sulitere]
name = "Sulitere"
thief = true
raid = true
trade = true
adventure = false
tier = 3
[cities.mopra]
name = "Mopra"
thief = false
raid = true
trade = true
adventure = false
tier = 2
[cities.setrond]
name = "Setrond"
thief = true
raid = false
trade = true
adventure = false
tier = 2
[cities.armeles]
name = "Armeles"
thief = false
raid = false
trade = true
adventure = true
tier = 2
[cities.weyeowen]
name = "Weyeowen"
thief = true
raid = false
trade = false
adventure = false
tier = 1
[cities.oltash]
name = "Oltash"
thief = false
raid = false
trade = true
adventure = false
tier = 1
[cities.kryvansk]
name = "Kryvansk"
thief = false
raid = true
trade = false
adventure = false
tier = 1
[cities.drutsk]
name = "Drutsk"
thief = false
raid = false
trade = false
adventure = true
tier = 1
[[gods]]
name = "Hello World"
user = 1234567890
description = "I do stuff"
boundary_low = 0.5
boundary_high = 1.5