From ca451abfebbad98dc678dba4c3714452d0adf410 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Wed, 13 Sep 2023 00:02:59 -0600 Subject: [PATCH] add status --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index bf4d104..c2582be 100755 --- a/index.js +++ b/index.js @@ -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) => {