removed logs
This commit is contained in:
parent
a6741d87ec
commit
b51e508357
6 changed files with 1 additions and 12 deletions
|
@ -55,9 +55,6 @@ export async function chatInputCommand(client: Client, interaction: ChatInputCom
|
|||
|
||||
//get and validate channel
|
||||
let channel = interaction.options.getChannel('channel');
|
||||
console.log("balkkd cjrA")
|
||||
console.log(channel
|
||||
)
|
||||
if (channel === undefined) channel = null;
|
||||
if (channel !== null) {
|
||||
if (channel.type !== ChannelType.GuildText && channel.type !== ChannelType.GuildAnnouncement) {
|
||||
|
|
|
@ -33,7 +33,6 @@ export async function chatInputCommand(client: Client, interaction: ChatInputCom
|
|||
guild: guild.id,
|
||||
},
|
||||
});
|
||||
console.log("nuts")
|
||||
msgMacros = msgMacroDocs.map((item: any) => item.dataValues);
|
||||
} catch (err: any) {
|
||||
YALAS.error(err);
|
||||
|
@ -44,8 +43,6 @@ export async function chatInputCommand(client: Client, interaction: ChatInputCom
|
|||
if (msgMacros.length === 0) {
|
||||
return interaction.editReply("No message macros found.");
|
||||
}
|
||||
console.log("balks")
|
||||
|
||||
|
||||
const updateEmbed = (index: number) => {
|
||||
const currentMacro: MessageMacroAttributes = msgMacros[index];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue