edit: noPerm message

This commit is contained in:
Siwoo Jeon 2023-01-30 21:24:57 +09:00
parent 24a563a1a5
commit 7250a6ddb5
Signed by: migan
GPG key ID: C4151385FFD2082A

View file

@ -2,7 +2,7 @@ import { type Message } from 'discord.js'
export default async function noPerm(msg: Message) {
await msg.reply({
content: '당신은 내 남자친구가 아니야!',
content: '당신은 내 제작자가 아니잖아!',
allowedMentions: {
repliedUser: false,
parse: [],