diff --git a/PluralKit.Bot/CommandSystem/Context.cs b/PluralKit.Bot/CommandSystem/Context.cs index 17e18637..c4f7bae2 100644 --- a/PluralKit.Bot/CommandSystem/Context.cs +++ b/PluralKit.Bot/CommandSystem/Context.cs @@ -288,7 +288,7 @@ namespace PluralKit.Bot if (discordChannel.Type != ChannelType.Text) return null; PopArgument(); - return null;// return textChannel; + return discordChannel; } } } \ No newline at end of file