add status

This commit is contained in:
Christopher Cookman 2023-09-13 00:02:59 -06:00
parent ecdad89972
commit ca451abfeb
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -78,6 +78,7 @@ tf2.on("displayNotification", (title, body) => {
bot.on("ready", () => {
console.log(`[Discord] Logged in as ${bot.user.tag}`);
bot.user.setPresence(config.status);
})
bot.on("messageCreate", (msg) => {