pull/73/head
pineafan 3 years ago
parent aea03fb284
commit 7c2aedd013
Signed by: Pinea
GPG Key ID: E5E1C2D43B0E4AB3

@ -709,9 +709,11 @@ const mentionMenu = async (
3
)}\n`
: "") +
(current.allowed.users.length == 0 || current.allowed.roles.length == 0 || current.allowed.channels.length == 0 ?
"> *No exceptions*\n" : ""
)
(current.allowed.users.length == 0 ||
current.allowed.roles.length == 0 ||
current.allowed.channels.length == 0
? "> *No exceptions*\n"
: "")
)
.setStatus("Success")
.setEmoji("GUILD.SETTINGS.GREEN")

Loading…
Cancel
Save