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;