diff --git a/Boyfriend/Utils.cs b/Boyfriend/Utils.cs index 1c2316d..95538b4 100644 --- a/Boyfriend/Utils.cs +++ b/Boyfriend/Utils.cs @@ -184,6 +184,6 @@ public static class Utils { } public static SocketTextChannel? GetEventNotificationChannel(SocketGuild guild) { - return guild.GetTextChannel(ParseMention(Boyfriend.GetGuildConfig(guild.Id)["EventCreatedChannel"])); + return guild.GetTextChannel(ParseMention(Boyfriend.GetGuildConfig(guild.Id)["EventNotificationChannel"])); } }