Skip to content

Commit

Permalink
new image + updated deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
chiumax committed Jul 22, 2018
1 parent 473bf94 commit 860c0f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added readme-imgs/done.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ bot.on('ready', async () => {
`);
console.log(`${bot.user.username} is online!`);
// Megumin is playing...
bot.user.setGame('with Kazuma || ' + botconfig.prefix + ' help');
bot.user.setActivity('with Kazuma || ' + botconfig.prefix + ' help');
});

// Basically an event listener for any message that appears in the discord server
Expand Down Expand Up @@ -201,7 +201,7 @@ bot.on('message', async message => {
message.channel.send(
`New bot prefix has been set to ${botconfig.prefix}`
);
bot.user.setGame(
bot.user.setActivity(
'with Kazuma || ' + botconfig.prefix + ' help'
);
} else {
Expand Down

0 comments on commit 860c0f4

Please sign in to comment.