Update automod.ts

pull/73/head
PineappleFan 3 years ago committed by GitHub
parent 7c2aedd013
commit 0786898b6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -712,7 +712,7 @@ const mentionMenu = async (
(current.allowed.users.length == 0 || (current.allowed.users.length == 0 ||
current.allowed.roles.length == 0 || current.allowed.roles.length == 0 ||
current.allowed.channels.length == 0 current.allowed.channels.length == 0
? "> *No exceptions*\n" ? "> *Nobody on allowed lists*\n"
: "") : "")
) )
.setStatus("Success") .setStatus("Success")

Loading…
Cancel
Save