forked from FoglyOgly/Meowth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config_blank.json
57 lines (45 loc) · 1.56 KB
/
config_blank.json
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
{
"//": "Configuration file for Meowth Discord bot.",
"//": "Server information",
"//": "Language you want for Meowth.",
"//": "fr, en",
"bot-language": "en",
"pokemon-language": "en",
"//": "Bot token ID, needed for authentication.",
"//": "This is found on the app page when you click to reveal the bot user's token",
"bot_token": "yourtoken",
"//": "Default bot prefix. Used if server has not set one.",
"default_prefix":"!",
"//": "Define Meowth's master id (that's you).",
"//": "Meowth will only take admin commands from the user with this id",
"master": 000000000000000000,
"//": "Limit egg assumed hatches to certain egg levels.",
"allow_assume": {"EX": "False", "5": "False", "4": "False", "3": "False", "2": "False", "1": "False"},
"//": "Define your server's emoji strings here.",
"//": "Emoji for team assignments",
"team_dict": {"mystic": ":mystic:", "valor": ":valor:", "instinct": ":instinct:", "harmony": ":harmony:"},
"//": "Emoji for raid organization",
"omw_id": ":omw:",
"here_id": ":here:",
"//": "Emoji for Pokemon types.",
"type_id_dict": {
"normal" : ":normal:",
"fire" : ":fire1:",
"water" : ":water:",
"electric" : ":electric:",
"grass" : ":grass:",
"ice" : ":ice:",
"fighting" : ":fighting:",
"poison" : ":poison:",
"ground" : ":ground:",
"flying" : ":flying:",
"psychic" : ":psychic:",
"bug" : ":bug1:",
"rock" : ":rock:",
"ghost" : ":ghost1:",
"dragon" : ":dragon1:",
"dark" : ":dark:",
"steel" : ":steel:",
"fairy" : ":fairy:"
}
}