From a3982b16bd3c67cad852ed8342d4184301a0ca0a Mon Sep 17 00:00:00 2001 From: Danny van Dortmont <35771251+HighCrit@users.noreply.github.com> Date: Fri, 5 Feb 2021 11:23:45 +0100 Subject: [PATCH] Minor text fixes --- src/commands/PingCommand.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/PingCommand.ts b/src/commands/PingCommand.ts index f145962..219b4e1 100644 --- a/src/commands/PingCommand.ts +++ b/src/commands/PingCommand.ts @@ -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; }