Fix issue tracker link
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Bea 2022-11-21 15:17:03 +01:00
parent 3038be9a28
commit 4382f7d490

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