mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
i am good at programming
This commit is contained in:
parent
c5f56cd7dd
commit
c02a7572b3
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue