-
Notifications
You must be signed in to change notification settings - Fork 1
/
commands.json
90 lines (90 loc) · 3.1 KB
/
commands.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
{
"setting": {
"checks": ["is_administrator"],
"embed": {
"title": "設定",
"description": "請透過選單進行下一步操作",
"fields": [],
"footer": {
"text": null,
"icon_url": null
},
"timestamp": null
},
"view": {
"timeout": null,
"buttons": [],
"selects": [
{
"type": "string",
"custom_id": "main_select_setting",
"placeholder": "請選擇下一步操作",
"options": [
{
"label": "暱稱設定",
"value": "nick_setting",
"emoji": "📰"
},
{
"label": "文字設定",
"value": "words_setting",
"emoji": "📃"
},
{
"label": "身分組設定",
"value": "roles_setting",
"emoji": "📜"
},
{
"label": "其他設定",
"value": "other_setting",
"emoji": "🔧"
}
]
}
]
}
},
"nick": {
"embed": {
"title": "暱稱修改系統 (beta)",
"description": "歡迎使用 `暱稱修改系統` | 請選擇您要進行的操作",
"fields": [
{
"name": "暱稱修改規則",
"value": "新的暱稱只允許使用 **數字、英文、中文、日文、韓文**\n不能使用的字元像是 **注音、表情符號** 等 **特殊符號**",
"inline": true
},
{
"name": "冷卻時間機制",
"value": "每個人在修改暱稱過後會有一段冷卻時間 避免在同時間內修改數次暱稱",
"inline": true
}
],
"footer": {
"text": "油桐 | 管理暱稱的最佳選擇",
"icon_url": "https://cdn.discordapp.com/avatars/1052924829164122192/c3882f9cbd722fb348edf446ffc10f6b.png?size=1024"
},
"timestamp": "<now>"
},
"view": {
"buttons": [
{
"row": null,
"style": "success",
"label": "修改你的暱稱",
"emoji": "🔧",
"custom_id": "modify"
},
{
"row": null,
"style": "primary",
"label": "查看冷卻時間",
"emoji": "🕐",
"custom_id": "check"
}
],
"selects": []
}
}
}