Adding 8-ball command
This commit is contained in:
@ -37,8 +37,6 @@ client.on("interactionCreate", async (interaction) => {
|
||||
let dataToProcess = JSON.stringify(commandData[0])
|
||||
let parsedData = JSON.parse(dataToProcess)
|
||||
|
||||
console.log(parsedData.private)
|
||||
|
||||
if (parsedData.private == true) {
|
||||
await interaction.deferReply({ ephemeral: true }).catch(() => { });
|
||||
|
||||
|
Reference in New Issue
Block a user