forked from FoglyOgly/Meowth
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
59 lines (45 loc) · 1.63 KB
/
config.json
File metadata and controls
59 lines (45 loc) · 1.63 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
{
"//": "Configuration file for Meowth Discord bot.",
"//": "Server information",
"//": "Language you want for Meowth.",
"//": "fr, en",
"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",
"//": "Define Meowth's master (that's you).",
"//": "Meowth will only take admin commands from this user",
"master": "yourusername#yourid",
"//": "Define your server's special strings here. ",
"//": "The default values are custom emoji and will need to have ",
"//": "their names changed to match your server. ",
"//": "You can also use plain strings, if you want. ",
"//": "However, don't use strings that start with ",
"//": "the bot's command prefix (exclamation mark) ",
"//": "Emoji for team assignments",
"team_dict": {"mystic": ":mystic:", "valor": ":valor:", "instinct": ":instinct:"},
"//": "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" : ":dragon:",
"dark" : ":dark:",
"steel" : ":steel:",
"fairy" : ":fairy:"
}
}