Fix MatchChannel
This commit is contained in:
parent
4e988867fe
commit
bdb6019cb9
@ -288,7 +288,7 @@ namespace PluralKit.Bot
|
|||||||
if (discordChannel.Type != ChannelType.Text) return null;
|
if (discordChannel.Type != ChannelType.Text) return null;
|
||||||
|
|
||||||
PopArgument();
|
PopArgument();
|
||||||
return null;// return textChannel;
|
return discordChannel;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user