From 96ea29b1036d5011f646f8f57acb00906c9c4e56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Tue, 22 Nov 2022 20:50:53 +0100 Subject: [PATCH] Reduce bot name to just Hideko --- src/main/java/wtf/beatrice/hidekobot/Cache.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/wtf/beatrice/hidekobot/Cache.java b/src/main/java/wtf/beatrice/hidekobot/Cache.java index d3b2e1b..7783818 100644 --- a/src/main/java/wtf/beatrice/hidekobot/Cache.java +++ b/src/main/java/wtf/beatrice/hidekobot/Cache.java @@ -33,7 +33,7 @@ public class Cache private final static String execPath = System.getProperty("user.dir"); private static final String botVersion = "0.3.0"; // we should probably find a way to make this consistent with Maven - private static final String botName = "HidekoBot"; + private static final String botName = "Hideko"; private static SlashCommandListener slashCommandListener = null; private static MessageCommandListener messageCommandListener = null;