add status
This commit is contained in:
parent
ecdad89972
commit
ca451abfeb
1
index.js
1
index.js
|
@ -78,6 +78,7 @@ tf2.on("displayNotification", (title, body) => {
|
||||||
|
|
||||||
bot.on("ready", () => {
|
bot.on("ready", () => {
|
||||||
console.log(`[Discord] Logged in as ${bot.user.tag}`);
|
console.log(`[Discord] Logged in as ${bot.user.tag}`);
|
||||||
|
bot.user.setPresence(config.status);
|
||||||
})
|
})
|
||||||
|
|
||||||
bot.on("messageCreate", (msg) => {
|
bot.on("messageCreate", (msg) => {
|
||||||
|
|
Loading…
Reference in a new issue