Fixed: Status can be "playing highmt", this is now fixed. you can also choose status now
This commit is contained in:
DJj123dj
2021-11-20 13:32:50 +01:00
parent 001ae9f86a
commit 1fb8ece6ff
3 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ exports.client = client
client.on('ready',() => {
console.log('ready')
client.user.setActivity("HighMT",{type:"PLAYING"})
client.user.setActivity(config.status.text,{type:config.status.type})
})
var storage = require('./storage/storage')