diff --git a/DiscordEvents/ready.js b/DiscordEvents/ready.js index 925610b..cbfec1d 100755 --- a/DiscordEvents/ready.js +++ b/DiscordEvents/ready.js @@ -4,6 +4,6 @@ module.exports = { name: 'ready', run: async (client) => { log.hasStarted(); - client.user.setActivity(`nyeh`, { type: 2 }); + client.user.setActivity(`'help | thaldr.in`, { type: `WATCHING` }); } }; diff --git a/json.sqlite b/json.sqlite index 5986073..f34d662 100755 Binary files a/json.sqlite and b/json.sqlite differ