mirror of
https://github.com/DreamExposure/DisCal-Discord-Bot.git
synced 2026-02-09 04:49:22 -06:00
Fix publish param not being displayed correctly
This commit is contained in:
@@ -88,7 +88,7 @@ public class AnnouncementMessageFormatter {
|
||||
|
||||
embed.addField(Messages.getMessage("Embed.Announcement.Info.Enabled", settings), a.getEnabled() + "", true);
|
||||
if (settings.getDevGuild() || settings.getPatronGuild())
|
||||
embed.addField("Publishable", a.getType() + "", true);
|
||||
embed.addField("Publishable", a.getPublish() + "", true);
|
||||
|
||||
return embed.build();
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user