diff --git a/src/NadekoBot/Modules/Administration/Commands/ServerGreetCommands.cs b/src/NadekoBot/Modules/Administration/Commands/ServerGreetCommands.cs index 9cd57875..3afcb46c 100644 --- a/src/NadekoBot/Modules/Administration/Commands/ServerGreetCommands.cs +++ b/src/NadekoBot/Modules/Administration/Commands/ServerGreetCommands.cs @@ -293,7 +293,7 @@ namespace NadekoBot.Modules.Administration { var conf = uow.GuildConfigs.For(guildId); conf.DmGreetMessageText = message; - greetMsgEnabled = conf.SendChannelGreetMessage; + greetMsgEnabled = conf.SendDmGreetMessage; uow.GuildConfigs.Update(conf); uow.Complete();