We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c2603 commit 6db64a6Copy full SHA for 6db64a6
1 file changed
BaroBot/Commands/SteamCommands/SyncCommand.cs
@@ -53,8 +53,11 @@ public async Task Sync()
53
toRemove.Add(Context.Guild.GetRole(category.RoleId));
54
}
55
56
+ await DeferAsync();
57
+
58
await socketGuildUser.AddRolesAsync(toAdd);
59
await socketGuildUser.RemoveRolesAsync(toRemove);
- await RespondAsync("Successfully synced games.");
60
61
+ await FollowupAsync("Successfully synced games.");
62
63
0 commit comments