mirror of
https://github.com/RPCS3/discord-bot.git
synced 2025-01-23 11:04:33 +00:00
oops, leftovers from debugging
This commit is contained in:
parent
1a50bbc608
commit
5e62feed7f
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user