Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Commit

Permalink
Modifcations based on review
Browse files Browse the repository at this point in the history
Removed some extraneous changes from commit

Brought rank command in line with template literal usage
  • Loading branch information
drgoonic committed Nov 28, 2018
1 parent 599b7a8 commit cab6433
Show file tree
Hide file tree
Showing 3 changed files with 348 additions and 71 deletions.
2 changes: 1 addition & 1 deletion ffrkbot.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const client = new Commando.Client({

client.on('ready', () => {
console.log(`Logged in as ${client.user.username}!`);
client.user.setActivity(',help');
client.user.setGame(',help');
});

client.registry
Expand Down
Loading

0 comments on commit cab6433

Please sign in to comment.