mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
Fixed gelbooru
This commit is contained in:
@@ -116,7 +116,7 @@ public class GameVoiceChannelService : INService
|
||||
if (string.IsNullOrWhiteSpace(game))
|
||||
return false;
|
||||
|
||||
game = game.TrimTo(50).ToLowerInvariant();
|
||||
game = game.TrimTo(50)!.ToLowerInvariant();
|
||||
var vch = gUser.Guild.VoiceChannels.FirstOrDefault(x => x.Name.ToLowerInvariant() == game);
|
||||
|
||||
if (vch is null)
|
||||
|
Reference in New Issue
Block a user