removed logs

This commit is contained in:
404invalid-user 2025-01-18 15:49:16 +00:00
parent a6741d87ec
commit b51e508357
6 changed files with 1 additions and 12 deletions

View file

@ -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) {