-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.py
More file actions
37 lines (32 loc) · 997 Bytes
/
config.py
File metadata and controls
37 lines (32 loc) · 997 Bytes
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
class bot:
prefix = '!'
class roles:
support = 775778822334709788
tesseract_cmd = 'tesseract'
plugins = {
'api': {
'url': 'https://modrinth.com/plugin/limboapi/versions',
'title': 'LimboAPI'
},
'auth': {
'url': 'https://modrinth.com/plugin/limboauth/versions',
'title': 'LimboAuth'
},
'filter': {
'url': 'https://modrinth.com/plugin/limbofilter/versions',
'title': 'LimboFilter'
},
'hub': {
'url': 'https://modrinth.com/plugin/limbohub/versions',
'title': 'LimboHub'
},
'addon': {
'url': 'https://modrinth.com/plugin/limboauth-socialaddon/versions',
'title': 'LimboAuth-SocialAddon'
},
'reconnect': {
'url': 'https://modrinth.com/plugin/limboreconnect/versions',
'title': 'LimboReconnect'
}
}
velocity_link = 'https://api.papermc.io/v2/projects/velocity/versions/3.3.0-SNAPSHOT/builds/{build}/downloads/velocity-3.3.0-SNAPSHOT-{build}.jar'