mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 21:53:07 -04:00
correct messaging
This commit is contained in:
parent
65e416add3
commit
794a71aaf6
1 changed files with 3 additions and 3 deletions
|
@ -9,16 +9,16 @@ const { icon, link } = require("./markdown")
|
||||||
*/
|
*/
|
||||||
const BLOCK_REASONS = {
|
const BLOCK_REASONS = {
|
||||||
20016: {
|
20016: {
|
||||||
message: "the channels slowmode settings",
|
message: "the channel's slowmode settings",
|
||||||
support_article: 360016150952
|
support_article: 360016150952
|
||||||
},
|
},
|
||||||
200000: {
|
200000: {
|
||||||
message: "the servers AutoMod setup",
|
message: "the server's AutoMod setup",
|
||||||
support_article: 4421269296535
|
support_article: 4421269296535
|
||||||
},
|
},
|
||||||
// TODO: Handle permissions properly, this works as a "hack" for now.
|
// TODO: Handle permissions properly, this works as a "hack" for now.
|
||||||
50013: {
|
50013: {
|
||||||
message: "the channels permission setup",
|
message: "the channel's permission setup",
|
||||||
support_article: 10543994968087
|
support_article: 10543994968087
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue