Skip to content

Commit

Permalink
corrected text on non-native w/ home tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
bdawg1989 committed Oct 26, 2024
1 parent 8e8670a commit b2e78df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SysBot.Pokemon.Discord/Helpers/QueueHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ private static async Task<TradeQueueResult> AddToTradeQueue(SocketCommandContext
{
// Both Non-Native and has Home Tracker
embedBuilder.Footer.IconUrl = "https://raw.githubusercontent.com/bdawg1989/sprites/main/exclamation.gif";
embedBuilder.AddField("**__Notice__**: **This Pokemon is Non-Native & Has Home Tracker.**", "*Cannot enter HOME & AutoOT not applied.*");
embedBuilder.AddField("**__Notice__**: **This Pokemon is Non-Native & Has Home Tracker.**", "*AutoOT not applied.*");
}
else if (homeTrack.HasTracker)
{
Expand Down

0 comments on commit b2e78df

Please sign in to comment.