-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodmail-commands.json
More file actions
121 lines (121 loc) · 5.2 KB
/
modmail-commands.json
File metadata and controls
121 lines (121 loc) · 5.2 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"content": null,
"embeds": [
{
"title": "How to use Modmail??",
"description": "Modmail is the system we use to facilitate support with our users. Below is a comprehensive list of features you can use. \n\n> **Prefix**: `&`\n\n> `<>` = Required Arguments\n> `[]` = Optional Arguments",
"color": 5814783,
"fields": [
{
"name": "`&ar <msg>`",
"value": "**Example:** `&ar Harold is cheese`\n\nSend an anonymous reply to the user. Anonymous replies only show the moderator's role in the reply.",
"inline": true
},
{
"name": "`&r <msg>`",
"value": "**Example:** `&r Thomas likes eating`\n\nSend an anonymous reply to the user. Anonymous replies only show the moderator's role in the reply.",
"inline": true
},
{
"name": "`&close [-s] [time/close]`",
"value": "**Example(s):** \n`&close` - Immediately closes the thread.\n`&close -s 1h` - Closes thread in 1 hour, silently.\n`&close cancel` - Cancels a timed close.\n** **\nCloses a modmail thread. The `time` option allows you to specify a delay. The `-s` switch allows you close it without notifying the user. the `cancel` command cancels a timed close."
},
{
"name": "`&delete <supportMsgID>`",
"value": "**Example:**\n`&delete 6`\n\n\nDelete your previous reply sent with `&r`. `<supportMsgID>` is the message number shown in front of staff replies in the thread channel.",
"inline": true
},
{
"name": "`&edit <supportMsgID> <newMSG>`",
"value": "**Example(s):** \n`&edit 6 This is edited.`\n`&edit 9 This is another edited msg.`\n\nEdit your previous reply sent with `&r`. `<supportMsgID>` is the message number shown in front of staff replies in the thread channel.",
"inline": true
},
{
"name": "** **",
"value": "** **"
},
{
"name": "`&logs <userID> [-v/-s]`",
"value": "**Example(s):**\n`&logs 384849797674172416 -v -s`\n`&logs 384849797674172416 -v`\n`&logs 384849797674172416`\n\nView previous Modmail logs with current user.\n`-v` switch allows you to view channel and message IDs between the bot and the user (Useful for reporting messages to discord)\n`-s` switch allows you to see only the messages to/from user. (ignores other messages)",
"inline": true
},
{
"name": "`&loglink [-v/-s]`",
"value": "**Example(s):**\n`&loglink 384849797674172416 -v -s`\n`&loglink 384849797674172416 -s`\n`&loglink 384849797674172416`\n\nExact same as `&logs`, but allows you to view the current thread.",
"inline": true
},
{
"name": "** **",
"value": "** **"
},
{
"name": "`&block <userID> [time]`",
"value": "**Example:**\n`&block 384849797674172416 10d`\n\nPrevent user from using Modmail for a specified amount of time. Not including `[time]` will prevent them from using modmail indefinitely",
"inline": true
},
{
"name": "`&unblock <userID>`",
"value": "**Example:** \n`&unblock 384849797674172416`\n\nUnblocks a specified user ID.",
"inline": true
},
{
"name": "** **",
"value": "** **"
},
{
"name": "`&suspend`",
"value": "**Example:** `&suspend`\n\nSuspends the thread: The thread will act as closed and will not recieve any messages until `&unsuspend`ed.",
"inline": true
},
{
"name": "`&unsuspend`",
"value": "**Example:** `&unsuspend`\n\nUnsuspends the thread. See `&suspend` above.",
"inline": true
},
{
"name": "** **",
"value": "** **"
},
{
"name": "`&alert`",
"value": "**Example:** `&alert`\n\nPings you when the thread gets a new reply.",
"inline": true
},
{
"name": "`&alert cancel`",
"value": "**Example:** `&alert cancel`\n\nCancels the ping set by `&alert`",
"inline": true
},
{
"name": "** **",
"value": "** **"
},
{
"name": "`&id`",
"value": "**Example:** `&id`\n\nPrints the user's ID.",
"inline": true
},
{
"name": "`&dm_channel_id`",
"value": "**Example:** `&dm_channel_id`\n\nPrints the channel ID of the current DM channel with user.",
"inline": true
},
{
"name": "`&newthread <userID>`",
"value": "**Example:**\n`&newthread 384849797674172416`\n\nOpens a modmail thread with a specified user ID.",
"inline": true
},
{
"name": "`&message <supportMsgID>`",
"value": "**Example:** `&message 3`\n\nSends all IDs of a certain message (channels, message, message link).\n\n`<supportMsgID>` is the message number shown in front of staff replies in the thread channel.",
"inline": true
},
{
"name": "`&is_blocked <userID>`",
"value": "Queries if the specified user is blocked or not.",
"inline": true
}
]
}
]
}