Fix MatchChannel

This commit is contained in:
Fennel 2020-04-24 17:22:33 -04:00 committed by Astrid
parent 4e988867fe
commit bdb6019cb9

View File

@ -288,7 +288,7 @@ namespace PluralKit.Bot
if (discordChannel.Type != ChannelType.Text) return null;
PopArgument();
return null;// return textChannel;
return discordChannel;
}
}
}