Update index.js

This commit is contained in:
Sophia Atkinson 2020-08-20 04:59:06 -07:00 committed by GitHub
parent f213036127
commit 08a14e8754
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ const client = new Discord.Client();
client.once('ready', () => { client.once('ready', () => {
console.log('Ready') console.log('Ready')
client.user.setActivity("$help", { client.user.setActivity("!help", {
type: "STREAMING", type: "STREAMING",
url: "https://www.twitch.tv/user" url: "https://www.twitch.tv/user"
}); });
@ -20,4 +20,4 @@ client.on('message', message => {
client.login(token); client.login(token);