mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Fix MatchChannel
This commit is contained in:
parent
4e988867fe
commit
bdb6019cb9
1 changed files with 1 additions and 1 deletions
|
|
@ -288,7 +288,7 @@ namespace PluralKit.Bot
|
|||
if (discordChannel.Type != ChannelType.Text) return null;
|
||||
|
||||
PopArgument();
|
||||
return null;// return textChannel;
|
||||
return discordChannel;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue