edit: noPerm message
This commit is contained in:
parent
24a563a1a5
commit
7250a6ddb5
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import { type Message } from 'discord.js'
|
||||||
|
|
||||||
export default async function noPerm(msg: Message) {
|
export default async function noPerm(msg: Message) {
|
||||||
await msg.reply({
|
await msg.reply({
|
||||||
content: '당신은 내 남자친구가 아니야!',
|
content: '당신은 내 제작자가 아니잖아!',
|
||||||
allowedMentions: {
|
allowedMentions: {
|
||||||
repliedUser: false,
|
repliedUser: false,
|
||||||
parse: [],
|
parse: [],
|
||||||
|
|
Loading…
Reference in a new issue