-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.json
More file actions
64 lines (64 loc) · 2.06 KB
/
config.json
File metadata and controls
64 lines (64 loc) · 2.06 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
60
61
62
63
64
{
"guild": {
"id": "143824995867557888"
},
"channel": {
"home": "home",
"browseChannels": "browse",
"customizeChannels": "customize",
"rules": "360855474284789772",
"welcome": "143824995867557888",
"bot": "733359360968884244",
"psdkLinks": "360864668140568596"
},
"customEmoji": {
"ballEn": "<:ball_world:883365457770463303>",
"ballFr": "<:ball_fr:883365360391323738>",
"ballLeft": "<:ball_left:883365495334641745>",
"ballRight": "<:ball_right:883365507984687115>",
"dot":"<:dot:1063492653464953014>"
},
"role": {
"event": "920038056868864001",
"lang": {
"en": "697081052232941599",
"fr": "697081257087074365"
},
"member": "874710629347393566",
"sdk": "483746581233926156",
"staff": "220155961292095498"
},
"ui": {
"divider": "══════════════════"
},
"url": {
"documentation": "https://psdk.pokemonworkshop.com/yard/",
"guide": {
"index": {
"en": "https://psdk.pokemonworkshop.fr/wiki/en/index.html",
"fr": "https://psdk.pokemonworkshop.fr/wiki/fr/index.html"
},
"data": {
"abilities": "https://psdk.pokemonworkshop.com/db/db_ability.html",
"items": "https://psdk.pokemonworkshop.com/db/db_item.html",
"moves": "https://psdk.pokemonworkshop.com/db/db_skill.html",
"pokemon": "https://psdk.pokemonworkshop.com/db/db_pokemon.html"
},
"tutorial": {
"event": {
"en": "https://psdk.pokemonworkshop.fr/wiki/en/event_making/index.html",
"fr": "https://psdk.pokemonworkshop.fr/wiki/fr/event_making/index.html"
},
"rubyhost": {
"en": "https://psdk.pokemonworkshop.fr/wiki/en/ruby_host/index.html",
"fr": "https://psdk.pokemonworkshop.fr/wiki/fr/ruby_host/index.html"
},
"tiled": {
"en": "https://psdk.pokemonworkshop.fr/wiki/en/tiled/index.html",
"fr": "https://psdk.pokemonworkshop.fr/wiki/fr/tiled/index.html"
}
}
},
"support": "https://q2a.pokemonsdk.com/"
}
}