From c5617c25830c669b8a32d973f3fb894c1efc42e5 Mon Sep 17 00:00:00 2001 From: 13xforever Date: Wed, 27 Feb 2019 03:39:45 +0500 Subject: [PATCH] fuck vs, seriously --- CompatBot/Commands/Sudo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CompatBot/Commands/Sudo.cs b/CompatBot/Commands/Sudo.cs index eee88e85..be065ccc 100644 --- a/CompatBot/Commands/Sudo.cs +++ b/CompatBot/Commands/Sudo.cs @@ -23,7 +23,7 @@ namespace CompatBot.Commands if (channel.Type != ChannelType.Text) { Config.Log.Warn($"Resolved a {channel.Type} channel again for #{channel.Name}"); - var channelResult = await new CustomDiscordChannelConverter().ConvertAsync(channel.Name, ctx).ConfigureAwait(false); + var channelResult = await new TextOnlyDiscordChannelConverter().ConvertAsync(channel.Name, ctx).ConfigureAwait(false); if (channelResult.HasValue && channelResult.Value.Type == ChannelType.Text) channel = channelResult.Value; else