From 67d833a8b50e3cc2169fdeb931c35488f0831cda Mon Sep 17 00:00:00 2001 From: emorell96 Date: Mon, 22 Mar 2021 00:28:28 -0700 Subject: [PATCH] removed modifications made to this project while thinking of how to implement my changes. --- samples/02_commands_framework/Program.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/samples/02_commands_framework/Program.cs b/samples/02_commands_framework/Program.cs index de46b8fa9..67cb87764 100644 --- a/samples/02_commands_framework/Program.cs +++ b/samples/02_commands_framework/Program.cs @@ -7,7 +7,6 @@ using Discord; using Discord.WebSocket; using Discord.Commands; using _02_commands_framework.Services; -using Discord.Rest; namespace _02_commands_framework { @@ -60,7 +59,6 @@ namespace _02_commands_framework private ServiceProvider ConfigureServices() { - //var discordrestconfig = new DiscordRestConfig { RestClientProvider = (url => new }; return new ServiceCollection() .AddSingleton() .AddSingleton()