mirror of
https://github.com/Expand-sys/mcbot
synced 2025-12-16 15:02:14 +11:00
aaa
This commit is contained in:
parent
7bf97425a6
commit
470506866b
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ module.exports = {
|
|||
let mcusr = interaction.options.getString("mcusername")
|
||||
let collection = await dbclient.db("ntcmcbot").collection("users");
|
||||
let userdb = await collection.findOne({DISCORDID: interaction.member.id})
|
||||
interaction.deferReply()
|
||||
await interaction.deferReply()
|
||||
let highest = "default";
|
||||
switch(true) {
|
||||
case interaction.member.roles.cache.has(process.env.MCSTAFF_ROLE):
|
||||
|
|
|
|||
Loading…
Reference in a new issue