From 1d81b1bff2d0b830122340ccf056184de00395ab Mon Sep 17 00:00:00 2001 From: FloatingMilkshake Date: Sun, 30 Jun 2024 11:56:35 -0400 Subject: [PATCH] Fix double response --- Commands/Lists.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/Commands/Lists.cs b/Commands/Lists.cs index 6abba6a9..ec2d721e 100644 --- a/Commands/Lists.cs +++ b/Commands/Lists.cs @@ -203,9 +203,6 @@ public async Task JoinWatch( } // If note is different, update it - await Program.db.HashSetAsync("joinWatchedUsersNotes", user.Id, note); - await ctx.RespondAsync($"{Program.cfgjson.Emoji.Success} Successfully updated the note for {user.Mention}:\n> {note}"); - await Program.db.HashSetAsync("joinWatchedUsersNotes", user.Id, note); await ctx.RespondAsync($"{Program.cfgjson.Emoji.Success} Successfully updated the note for {user.Mention} (run again with no note to unwatch):\n> {note}"); return;