Skip to content

Commit

Permalink
Tia Relay Helper: Suggest /togglemusic (hannibal002#872)
Browse files Browse the repository at this point in the history
Tia Relay Helper: Suggest /togglemusic hannibal002#872
  • Loading branch information
qtlunya authored Jan 2, 2024
1 parent 48e85f9 commit c6fd060
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ class TiaRelayHelper {
val name = sounds.values.first().name
for (sound in sounds.toMutableMap()) {
if (sound.value.name != name) {
LorenzUtils.error("Tia Relay Helper error: Too much background noise! Please try again.")
LorenzUtils.error("Tia Relay Helper error: Too much background noise! Try turning off the music and then try again.")
LorenzUtils.clickableChat("Click here to run /togglemusic", "togglemusic")
sounds.clear()
return
}
Expand Down

0 comments on commit c6fd060

Please sign in to comment.