Update index.js

This commit is contained in:
2020-08-20 04:59:06 -07:00
committed by GitHub
parent f213036127
commit 08a14e8754

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);