Skip to content

Commit

Permalink
Minor text fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
HighCrit authored Feb 5, 2021
1 parent 03481cc commit a3982b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/PingCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export class PingCommand extends SlashCommand {
constructor(creator: SlashCreator) {
super(creator, {
name: 'ping',
description: 'Command to check wheter the bot is still operational'
description: 'Command to check whether the bot is still operational'
});
this.filePath = __filename;
}
Expand Down

0 comments on commit a3982b1

Please sign in to comment.