-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
84 lines (79 loc) · 2.3 KB
/
config.json
File metadata and controls
84 lines (79 loc) · 2.3 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"prefix": "sb!",
"played_game": "sb!help",
"join_msgs_channel": "614567916968345630",
"leave_msgs_channel": "614567946076815381",
"server_count_channel": "615230588147728413",
"sounds": [
{
"name": "Bruh Sound Effect #2",
"command": "bruh",
"filename": "bruh.mp3",
"nickname": "Bruh Sound Effect #2",
"description": "Bruh?"
},
{
"name": "We'll Be Right Back",
"command": "wbrb",
"filename": "wbrb.mp3",
"nickname": "We'll Be Right Back",
"description": "We'll Be Right Back!"
},
{
"name": "nope.avi",
"command": "nope",
"filename": "nope.mp3",
"nickname": "nope.avi",
"description": "Have you seen engies head?"
},
{
"name": "Smoke Weed Everyday",
"command": "smokeweed",
"filename": "smoke-weed.mp3",
"nickname": "Snoop Dogg",
"description": "420"
},
{
"name": "Lakad Matataaag!",
"command": "normalin",
"filename": "normalin.mp3",
"nickname": "Mineski TV",
"description": "Normalin, Normalin!"
},
{
"name": "Yeet!",
"command": "yeet",
"filename": "yeet.mp3",
"nickname": "Yeet!",
"description": "Just yeet on them. :ok_hand:"
},
{
"name": "Roblox Death Sound",
"command": "off",
"filename": "off.mp3",
"nickname": "Roblox Player",
"description": "dead"
},
{
"name": "Darth Vader NOOOOOOOOOOO!",
"command": "dvnooo",
"filename": "dvnooo.mp3",
"nickname": "Darth Vader",
"description": "How could this happend?"
},
{
"name": "WOW!",
"command": "wow",
"filename": "wow.mp3",
"nickname": "Eddy Wally",
"description": ":wink:"
},
{
"name": "Noice!",
"command": "noice",
"filename": "noice.mp3",
"nickname": "Michael Rosen",
"description": "*click* noice"
}
]
}