mirror of
https://github.com/chenasraf/venom.git
synced 2026-05-17 17:28:08 +00:00
fix: whitelist message
This commit is contained in:
@@ -55,7 +55,7 @@ export async function manipulateWhitelist(
|
||||
guild!,
|
||||
type === 'channel' ? channel : undefined,
|
||||
)
|
||||
const suffix = `is **${whitelisted ? 'whitelisted' : 'not whitelisted'}** for commands.`
|
||||
const suffix = `is **${whitelisted ? 'whitelisted' : 'not whitelisted'}** for ${prefix}.`
|
||||
if (type === 'guild') {
|
||||
return `The guild ${guild!.toString()} ${suffix}`
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user