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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue