Skip to content

Commit 0eff2bc

Browse files
committed
fixed errors i think
1 parent ab9f95c commit 0eff2bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/bot.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ class Bot {
127127
this.discord.on('ready', () => {
128128
logger.info('Connected to Discord');
129129
if (this.discordStatus) {
130-
this.discord.user.setActivity( this.discordStatus[1], { type: this.discordStatus[0] });
130+
this.discord.user.setActivity(this.discordStatus[1], { type: this.discordStatus[0] });
131131
logger.info('The activity for', this.discord.user.username, 'has been set to', this.discordStatus[0].toLowerCase(), this.discordStatus[1]);
132-
};
132+
}
133133
});
134134

135135
this.ircClient.on('registered', (message) => {

0 commit comments

Comments
 (0)