Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix double response
Browse files Browse the repository at this point in the history
FloatingMilkshake committed Jun 30, 2024

Verified

This commit was signed with the committer’s verified signature.
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
@@ -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;

0 comments on commit 1d81b1b

Please sign in to comment.