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) => {
|
return await new Promise((resolve, reject) => {
|
||||||
function listener(interaction) {
|
function listener(interaction) {
|
||||||
console.log(interaction);
|
|
||||||
const user = interaction.member.user || interaction.user;
|
const user = interaction.member.user || interaction.user;
|
||||||
|
|
||||||
if (
|
if (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue