From 769cd0469177a315b3a7e124297754bf8b4f9f1e Mon Sep 17 00:00:00 2001 From: Vretu-Dev Date: Fri, 23 Feb 2024 16:56:22 +0100 Subject: [PATCH] Visual typo --- src/commands/info/Info.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/info/Info.ts b/src/commands/info/Info.ts index eaa66f6a3..150ca5254 100644 --- a/src/commands/info/Info.ts +++ b/src/commands/info/Info.ts @@ -8,7 +8,7 @@ export default class Info extends Command { super(client, { name: 'info', description: { - content: 'Ingormation about the bot', + content: 'Information about the bot', examples: ['info'], usage: 'info', },