i am good at programming
This commit is contained in:
parent
c5f56cd7dd
commit
c02a7572b3
@ -68,7 +68,7 @@ namespace Myriad.Cache
|
|||||||
{
|
{
|
||||||
// DM messages don't get Channel Create events first, so we need to save
|
// 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
|
// 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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user