test
This commit is contained in:
parent
600593aead
commit
08d3af0832
1
index.js
1
index.js
@ -101,6 +101,7 @@ client.on('messageReactionAdd', async (reaction, user) => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
client.on(Events.InteractionCreate, async interaction => {
|
client.on(Events.InteractionCreate, async interaction => {
|
||||||
|
print("fuck")
|
||||||
if (!interaction.isChatInputCommand()) return;
|
if (!interaction.isChatInputCommand()) return;
|
||||||
|
|
||||||
const command = interaction.client.commands.get(interaction.commandName);
|
const command = interaction.client.commands.get(interaction.commandName);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user