diff --git a/NadekoBot/Commands/VoicePlusTextCommand.cs b/NadekoBot/Commands/VoicePlusTextCommand.cs index fc6494ad..3538496a 100644 --- a/NadekoBot/Commands/VoicePlusTextCommand.cs +++ b/NadekoBot/Commands/VoicePlusTextCommand.cs @@ -9,13 +9,6 @@ using NadekoBot.Modules; using ChPermOverride = Discord.ChannelPermissionOverrides; namespace NadekoBot.Commands { - /// - /// This is an ingenious idea by @Googie2149 a few months back. - /// He never got around to implementing it, so i grew impatient - /// and did it myself. Googie is cool guy and a creator of RoboNitori - /// You can check out his server here: https://discord.gg/0ZgChoTkuxAzARfF - /// sowwy googie ;( - /// internal class VoicePlusTextCommand : DiscordCommand { public VoicePlusTextCommand(DiscordModule module) : base(module) {