Fixed author reference in info command

This commit is contained in:
ByteDream 2020-12-05 11:35:11 +00:00 committed by GitHub
parent 64b28e9e93
commit b879f74f2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -906,7 +906,7 @@ public class DiscordCommandListener extends ListenerAdapter {
"automatically send messages when the timetable from a given account or class changes, " +
"displays total cancelled lessons etc., and more!");
infoBuilder.setColor(new Color(255, 165, 0));
infoBuilder.addField("\uD83D\uDCDDAuthor", "[<@650417934073593886>](https://discordapp.com/users/650417934073593886)", true);
infoBuilder.addField("\uD83D\uDCDDAuthor", "<@650417934073593886>", true);
infoBuilder.addField("✨Version", "[v1.1](https://github.com/ByteDream/untisbot-discord/releases/tag/v1.1)", true);
infoBuilder.addField("❓Help", "`" + prefix + "help`", true);
infoBuilder.addField("Source / GitHub", "[Source code!](https://github.com/ByteDream/untisbot-discord)", true);