fix interaction acknowledged bug
This commit is contained in:
1 parent
ec0096cdd3
commit
f7b8d06bd1
3 files changed
+10
-10
No files matched your search
@@ -35,7 +35,7 @@ module.exports = {
|
||||
}
|
||||
|
||||
let guild = await client.dbo.collection("prefixes").findOne({"server.serverID":interaction.guild.id}).then(guild => guild);
|
||||
return interaction.send(`Current Ping on Panic Status: \` ${guild.server.pingOnPanic.toString().toUpperCase()} \``);
|
||||
return interaction.send(`Current Ping on Panic Status: \` ${guild.server.pingOnPanic} \``);
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in new issue
Block a user