From 2c2934f18fd07c7ccb68f0ee55670216562c5d6b Mon Sep 17 00:00:00 2001 From: Hero Protagonist Date: Fri, 17 May 2024 15:37:25 -0400 Subject: [PATCH] minor typo --- test/commands.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/commands.test.ts b/test/commands.test.ts index f3bcc07..1b220eb 100644 --- a/test/commands.test.ts +++ b/test/commands.test.ts @@ -171,7 +171,7 @@ describe("Commands", () => { ); a.command("a2", "test a2", (_) => _).localize( "fr", - "localA2", + "localiseA2", "test a2 localisé", ); @@ -222,7 +222,7 @@ describe("Commands", () => { { command: "a", description: "test a" }, { command: "a1", description: "test a1" }, { - command: "localA2", + command: "localiseA2", description: "test a2 localisé", }, {