From 4382f7d490d1f2282f3dd18ac193b56c730cc878 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Mon, 21 Nov 2022 15:17:03 +0100 Subject: [PATCH] Fix issue tracker link --- .../wtf/beatrice/hidekobot/commands/slash/BotInfoCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/wtf/beatrice/hidekobot/commands/slash/BotInfoCommand.java b/src/main/java/wtf/beatrice/hidekobot/commands/slash/BotInfoCommand.java index cba289e..21d1285 100644 --- a/src/main/java/wtf/beatrice/hidekobot/commands/slash/BotInfoCommand.java +++ b/src/main/java/wtf/beatrice/hidekobot/commands/slash/BotInfoCommand.java @@ -79,7 +79,7 @@ public class BotInfoCommand // issue tracker field embedBuilder.addField("Support", - "[Issue tracker](https://git.beatrice.wtf/mind-overflow/HidekoBot)", + "[Issue tracker](https://git.beatrice.wtf/mind-overflow/HidekoBot/issues)", true); }