remove console.log from interactions handler
This commit is contained in:
parent
918026d68f
commit
ffa8ceec92
1 changed files with 0 additions and 1 deletions
|
@ -211,7 +211,6 @@ async function selectionMessage(
|
|||
|
||||
return await new Promise((resolve, reject) => {
|
||||
function listener(interaction) {
|
||||
console.log(interaction);
|
||||
const user = interaction.member.user || interaction.user;
|
||||
|
||||
if (
|
||||
|
|
Loading…
Reference in a new issue