This commit is contained in:
Christopher Cookman 2023-04-22 18:57:15 -06:00
parent 71911487a8
commit fb4c7a1e8e
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -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;