Skip to content

Commit 25304ca

Browse files
committed
Add curle to authors
1 parent 218cc6d commit 25304ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/java/com/mcmoddev/mmdbot/modules/commands/bot/info

src/main/java/com/mcmoddev/mmdbot/modules/commands/bot/info/CmdAbout.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ protected void execute(final CommandEvent event) {
5050
embed.addField("Version:", References.VERSION, true);
5151
embed.addField("Issue Tracker:", Utils.makeHyperlink("MMDBot's Github", References.ISSUE_TRACKER),
5252
true);
53-
embed.addField("Current maintainers:", "jriwanek, WillBL, ProxyNeko, sciwhiz12, Antoine Gagnon",
53+
embed.addField("Current maintainers:", "jriwanek, WillBL, ProxyNeko, sciwhiz12, Antoine Gagnon, Curle",
5454
true);
5555
embed.setTimestamp(Instant.now());
5656
channel.sendMessageEmbeds(embed.build()).queue();

0 commit comments

Comments
 (0)