i am good at programming

This commit is contained in:
Ske 2021-03-21 16:03:42 +01:00
parent c5f56cd7dd
commit c02a7572b3

View File

@ -68,7 +68,7 @@ namespace Myriad.Cache
{
// DM messages don't get Channel Create events first, so we need to save
// some kind of stub channel object until we get the real one
return guildId == null ? default : cache.SaveDmChannelStub(channelId);
return guildId != null ? default : cache.SaveDmChannelStub(channelId);
}
}
}