Remove useless else thing

This commit is contained in:
SileNce5k 2021-07-07 18:30:27 +02:00
parent a2467ce453
commit 0808322a2d
No known key found for this signature in database
GPG key ID: C507260E7F2583AD

View file

@ -25,7 +25,7 @@ module.exports = {
client.user.setActivity(presenceText.replace(regex, globalPrefix), { type: presenceType });
savePresence(presenceType, presenceText);
message.channel.send("Updated presence.")
}else return;
}
}
};