Preliminary support for APIv9 and threads
This commit is contained in:
@@ -78,7 +78,7 @@ namespace PluralKit.Bot
|
||||
|
||||
public PermissionSet PermissionsIn(ulong channelId)
|
||||
{
|
||||
var channel = _cache.GetChannel(channelId);
|
||||
var channel = _cache.GetRootChannel(channelId);
|
||||
|
||||
if (channel.GuildId != null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user