Fix MatchChannel

This commit is contained in:
Fennel
2020-04-28 22:30:11 +02:00
committed by Astrid
parent 4e988867fe
commit bdb6019cb9
+1 -1
View File
@@ -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;
} }
} }
} }