-
Notifications
You must be signed in to change notification settings - Fork 0
/
cookies.json
70 lines (70 loc) · 1.52 KB
/
cookies.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
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"simple": {
"name": "Simple cookie",
"emote": ":cookie:"
},
"choco-chips": {
"name": "Cookie with chocolate chips",
"emote": ":cookie:"
},
"sugar": {
"name": "Sugar cookie",
"emote": ":PJSugar::cookie::PJSugar:"
},
"salt": {
"name": "Salt cookie",
"emote": ":pjsalt::cookie::pjsalt:"
},
"peanut-butter": {
"name": "Peanut Butter cookie",
"emote": ":foodButter::cookie::foodButter:"
},
"ghost-shape": {
"name": "Ghost shaped cookie",
"emote": ":ghost::cookie::ghost:"
},
"heart-shape": {
"name": "Heart shaped cookie",
"emote": ":thorlarCookie:"
},
"oreo": {
"name": "Oreo",
"emote": ":gabOreo:"
},
"pizza": {
"name": "Pizza flavoured cookie",
"emote": ":pizza::cookie::pizza:"
},
"taco": {
"name": "Taco flavoured cookie",
"emote": ":taco::cookie::taco:"
},
"vanilla": {
"name": "Vanilla cookie",
"emote": ":cookie:"
},
"strawberry": {
"name": "Strawberry cookie",
"emote": ":strawberry::cookie:::strawberry:"
},
"apple": {
"name": "Apple flavoured cookie",
"emote": ":apple::cookie::apple:"
},
"cat": {
"name": "Cookiecat (Steven Universe)",
"emote": ":cat::cookie::cat:"
},
"honey": {
"name": "Honey flavoured cookie",
"emote": ":honey_pot::cookie::honey_pot:"
},
"pony-shape": {
"name": "Pony shaped cookie",
"emote": ":tosanP::cookie::tosanP:"
},
"netux-shape": {
"name": "Netux/Flapjack shaped cookie",
"emote": ":FlapJack::cookie::FlapJack:"
}
}