oops, leftovers from debugging

This commit is contained in:
13xforever 2018-08-19 16:46:40 +05:00 committed by Roberto Anić Banić
parent 1a50bbc608
commit 5e62feed7f

View File

@ -82,7 +82,6 @@ namespace CompatBot.Commands
foreach (var guildId in guildIds)
if (!await InviteWhitelistProvider.AddAsync(guildId).ConfigureAwait(false))
errors++;
await ctx.RespondAsync("command with the single ulong argument").ConfigureAwait(false);
if (errors == 0)
await ctx.ReactWithAsync(Config.Reactions.Success, "Invite whitelist was successfully updated!").ConfigureAwait(false);