-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
107 lines (107 loc) · 2.92 KB
/
config.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"bot": {
"name": "Ganyu",
"prefix": ".",
"locale": "uk",
"color": {
"default": "#809dd5",
"ok": "#41e332",
"warn": "#FFCC4D",
"error": "#DD2E44"
},
"site": "https://indmops.pythonanywhere.com",
"icon": "https://cdn.discordapp.com/avatars/938580973057093702/a_8787786008f9793c4ce766c3bde513cd.gif?size=1024",
"banner": "https://cdn.discordapp.com/banners/938580973057093702/a_0190637f7f6f056047d028205c098078.gif?size=1024",
"version": "0.0.1",
"last_updated": "1729792980",
"other_links": {
"support_server": "https://discord.gg/ZZ94ZN42",
"top.gg": "https://top.gg/bot/938580973057093702",
"github_repo": "https://github.com/IndiMops/Ganyu-bot",
"patreon": "https://www.patreon.com/indi_mops",
"diaka": "https://indi-mops.diaka.ua/donate",
"crowdin": "https://crowdin.com/project/ganyu-discord-bot/"
}
},
"dev": {
"name": "Indi Mops",
"id": "734082410504781854",
"emoji": "<:dev:1299068185290735618>",
"site": "https://indimops.github.io/"
},
"loging": {
"log_file_path": "discord.log",
"log_leveling": "INFO"
},
"venv_path": "venv",
"bot_commands": {
"0": {
"name": "sync",
"id": "1264035646163517484"
},
"1": {
"name": "test",
"id": "1264037030036246528"
},
"2": {
"name": "ping",
"id": "1264037030036246529"
},
"3": {
"name": "get_user",
"id": "1264711630495809576"
},
"4": {
"name": "help",
"id": "1264711630495809577"
},
"5": {
"name": "test_ui",
"id": "1265245724166193254"
},
"6": {
"name": "kick",
"id": "1265336083663683615"
},
"7": {
"name": "ban",
"id": "1269359591897038998"
},
"8": {
"name": "ban_list",
"id": "1269364466689249302"
},
"9": {
"name": "unban",
"id": "1269364466689249303"
},
"10": {
"name": "mute",
"id": "1269369174782902383"
},
"11": {
"name": "unmute",
"id": "1269374629454024877"
},
"12": {
"name": "info",
"id": "1299065942881603742"
},
"13": {
"name": "server",
"id": "1301208615511658597"
},
"14": {
"name": "test_db",
"id": "1302331608598183936"
},
"15": {
"name": "test_db2",
"id": "1302347374852575352"
},
"16": {
"name": "pagginatio",
"id": "1304414743397929000"
}
}
}