From 7250a6ddb5cc363e8c790924667024ce72b43e23 Mon Sep 17 00:00:00 2001 From: Migan178 Date: Mon, 30 Jan 2023 21:24:57 +0900 Subject: [PATCH] edit: noPerm message --- src/noPerm.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/noPerm.ts b/src/noPerm.ts index 49ffdb5..7725d10 100644 --- a/src/noPerm.ts +++ b/src/noPerm.ts @@ -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: [],