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); }