Skip to content

Commit

Permalink
Updated sidebar text
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-NCSU committed Aug 21, 2021
1 parent f2a828e commit ad9f8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const rest = new REST({ version: '9' }).setToken(token);

// Sets bot activity and announces that bot is ready for use
client.once('ready', async () => {
client.user.setActivity('speedrun.com | src!help', { type: 'WATCHING' })
client.user.setActivity('speedrun.com | /help', { type: 'WATCHING' })
console.log('Ready!');
});

Expand Down

0 comments on commit ad9f8d2

Please sign in to comment.