mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-13 10:49:20 +00:00
Fixed text
This commit is contained in:
@@ -113,7 +113,7 @@ const EMBEDS = {
|
|||||||
INVALID_CHANNEL_THREAD: (data: Message | Interaction, channel: GuildChannel | ThreadChannel) => {
|
INVALID_CHANNEL_THREAD: (data: Message | Interaction, channel: GuildChannel | ThreadChannel) => {
|
||||||
return makeErrorEmbed ({
|
return makeErrorEmbed ({
|
||||||
title: 'Thread channel is not supported',
|
title: 'Thread channel is not supported',
|
||||||
description: '``' + channel.name +'``' + ' a thread channel. Please use regular channel',
|
description: '``' + channel.name +'``' + ' is a thread channel. Please use a regular text channel',
|
||||||
user: (data instanceof Interaction) ? data.user : data.author
|
user: (data instanceof Interaction) ? data.user : data.author
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user