You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constreply=awaitinteraction.editReply(`Your permission level is: ${level} - ${friendly}`);
11
-
// await interaction.editReply(`Pong! Latency is ${reply.createdTimestamp - interaction.createdTimestamp}ms. API Latency is ${Math.round(client.ws.ping)}ms.`);
12
-
};
13
-
14
-
exports.commandData={
15
-
name: "mylevel",
16
-
description: "Gives Bot Command Access Level",
17
-
options: [],
18
-
defaultPermission: true,
19
-
};
20
-
21
-
// Set guildOnly to true if you want it to be available on guilds only.
22
-
// Otherwise false is global.
23
-
exports.conf={
24
-
permLevel: "User",
25
-
guildOnly: false
26
-
};
12
+
13
+
awaitinteraction.reply(`Your permission level is: **${level}** - **${friendly}**`);
awaitinteraction.editReply(`Pong! Latency is ${reply.createdTimestamp-interaction.createdTimestamp}ms. API Latency is ${Math.round(client.ws.ping)}ms.`);
0 commit comments