Skip to content

Commit

Permalink
Fixed the bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Derekholio committed Mar 18, 2020
1 parent 2222d51 commit 16bd411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SrBot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export class SrBot {
if (isValidUsername(username)){
const serverId = message.member.guild.id;
this.statsGenerator.removePlayer(serverId, username);
this.sendToChannel(message.channel, `Removed ${username} to your roster`);
this.sendToChannel(message.channel, `Removed ${username} from your roster`);
} else {
this.sendToChannel(message.channel, `Invalid username: ${username}`);
}
Expand Down

0 comments on commit 16bd411

Please sign in to comment.