Skip to content

Commit

Permalink
Fix double response
Browse files Browse the repository at this point in the history
  • Loading branch information
FloatingMilkshake committed Jun 30, 2024
1 parent 0b5eace commit 1d81b1b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Commands/Lists.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1d81b1b

Please sign in to comment.