Remove logs
This commit is contained in:
@@ -23,12 +23,8 @@ export default {
|
|||||||
type: ChannelType.PrivateThread
|
type: ChannelType.PrivateThread
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log(1);
|
|
||||||
|
|
||||||
await Database.createPrivateHelpTicket(interaction.user.id, thread.id);
|
await Database.createPrivateHelpTicket(interaction.user.id, thread.id);
|
||||||
|
|
||||||
console.log(2);
|
|
||||||
|
|
||||||
const closeButton = new ButtonBuilder()
|
const closeButton = new ButtonBuilder()
|
||||||
.setCustomId('close-ticket')
|
.setCustomId('close-ticket')
|
||||||
.setLabel('Click here if you no longer need help')
|
.setLabel('Click here if you no longer need help')
|
||||||
|
|||||||
Reference in New Issue
Block a user