Skip to content

Commit

Permalink
stray character
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecM33 committed Feb 1, 2025
1 parent 131d38d commit 84df965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gameday.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ function notifySavantDataUnavailable (messages) {
if (description.includes('Pending...')) {
description = description.replaceAll('Pending...', 'Not Available.');
receivedEmbed.setDescription(description);
messages[i].edit({ embeds: [receivedEmbed] });t
messages[i].edit({ embeds: [receivedEmbed] });
}
}
}
Expand Down

0 comments on commit 84df965

Please sign in to comment.