forked from runttekita/mts-bot
-
Notifications
You must be signed in to change notification settings - Fork 23
/
mtsbotdata.py
29 lines (27 loc) · 1016 Bytes
/
mtsbotdata.py
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
aliases = {
"replaythespiremod": ["replay", "rts"],
"marimod": ["mari"],
"beakedthecultist-sts": ["beaked"],
"blackruse": ["servant", "the servant", "theservant"],
"gluttonmod": ["glutton"],
"hollowmod": ["hollowknight", "bugknight"],
"madsciencemod": ["madscientist"],
"pokerplayer": ["poker"],
"hydrologist": ["hydrologistmod"],
"challengethespire": ["challenge the spire", "cts"],
"basegame": ["sts", "base", "slaythespire"],
"anniv5": ["packmaster"],
}
suggestables = {
138858311410909184: ["mystic", "hydrologist"],
142583470730772480: ["judge"],
519278054913212417: ["duelistmod"],
305721302621356043: ["betterbeginnings"],
}
wikis = {
"mts": "https://github.com/kiooeht/ModTheSpire/wiki/",
"modthespire": "https://github.com/kiooeht/ModTheSpire/wiki/",
"basemod": "https://github.com/daviscook477/BaseMod/wiki/",
"stslib": "https://github.com/kiooeht/StSLib/wiki/",
"basicmod": "https://github.com/Alchyr/BasicMod/wiki/"
}