You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
b.Logger.Error("Failed to add track to play history: ", err)
125
+
b.Logger.Error("Failed to add song to play history: ", err)
126
126
}
127
127
giveSearchSelection(b, e, tracks)
128
128
},
129
129
func() {
130
-
if_, err:=e.Client().Rest().UpdateInteractionResponse(e.ApplicationID(), e.Token(), responses.UpdateErrorf("No track/s found for your link/query")); err!=nil {
130
+
if_, err:=e.Client().Rest().UpdateInteractionResponse(e.ApplicationID(), e.Token(), responses.UpdateErrorf("No song/s found for your link/query")); err!=nil {
131
131
b.Logger.Error("Failed to update not found message: ", err)
0 commit comments