oof
This commit is contained in:
parent
71911487a8
commit
fb4c7a1e8e
5
index.js
5
index.js
|
@ -234,7 +234,10 @@ client.on("interactionCreate", async interaction => {
|
||||||
if (err) {
|
if (err) {
|
||||||
console.error(err);
|
console.error(err);
|
||||||
}
|
}
|
||||||
if (!row) return interaction.reply({ content: "This user has not sent any messages yet.", ephemeral: true });
|
if (!row) return interaction.reply({
|
||||||
|
content: "This user has not sent any messages yet.",
|
||||||
|
ephemeral: true
|
||||||
|
});
|
||||||
if (row) {
|
if (row) {
|
||||||
var data = row;
|
var data = row;
|
||||||
let lvl = data.lvl;
|
let lvl = data.lvl;
|
||||||
|
|
Loading…
Reference in a new issue