diff --git a/index.js b/index.js index 65ec62c..0028ca1 100644 --- a/index.js +++ b/index.js @@ -5,7 +5,7 @@ const client = new Discord.Client(); client.once('ready', () => { console.log('Ready') - client.user.setActivity("$help", { + client.user.setActivity("!help", { type: "STREAMING", url: "https://www.twitch.tv/user" }); @@ -20,4 +20,4 @@ client.on('message', message => { -client.login(token); \ No newline at end of file +client.login(token);