Skip to content

Commit

Permalink
Fix grammar error in /murder's self message
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinegb committed Apr 12, 2024
1 parent e78e6b4 commit 7770238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ rp_command!(
("{a} killed {b} when the lights went out so no one would know it was them... {e}", FloofEmoji::FloofSmug),
],
("GAH {a} HAS A KNIFE AND IS RUNNING AT ME WAAAA {e}", FloofEmoji::FloofScared),
("BAH- {a} JUST K-KILLED THEMSELF??? NOOOOOOOOOO {e}", FloofEmoji::FloofScared),
("BAH- {a} JUST K-KILLED THEMSELVES??? NOOOOOOOOOO {e}", FloofEmoji::FloofScared),
);

#[shuttle_runtime::main]
Expand Down

0 comments on commit 7770238

Please sign in to comment.