From 138e7f0b8da8ed226aaade57ce14383bfe9a9c71 Mon Sep 17 00:00:00 2001 From: SunnyBoyWTF Date: Fri, 14 Feb 2025 11:48:51 -0500 Subject: [PATCH] Update BotNames.ts to include Queendom A Queendom is a kingdom ruled by a Queen and I feel like both kingdom and Queendom should be included. --- src/core/execution/utils/BotNames.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/execution/utils/BotNames.ts b/src/core/execution/utils/BotNames.ts index 10fa92680..59133b5ce 100644 --- a/src/core/execution/utils/BotNames.ts +++ b/src/core/execution/utils/BotNames.ts @@ -176,6 +176,7 @@ export const BOT_NAME_SUFFIXES = [ "Empire", "Dynasty", "Kingdom", + "Queendom", "Sultanate", "Confederation", "Union",