Reword /game error text for when there is a UUID but no price info #248

Closed
opened 2026-02-19 20:30:25 -05:00 by sirdog3355 · 1 comment
sirdog3355 commented 2026-02-19 20:30:25 -05:00 (Migrated from github.com)

EnduraBot echoes the following if /games/search/v1 returns a UUID but /games/prices/v3 returns no price information:

no_results_abnormal = discord.Embed(
title=":interrobang: No Price or Deal Information Found",
description=f"{itad_name} could not find *any* prices or deals for `{title}`. This is highly unusual given IsThereAnyDeal's purpose. \n\n Please notify a <@&{SETTINGS_DATA["sysop_role_id"]}> for investigation.",
color=discord.Color.purple()
)

This is not necessarily correct, nor is it as uncommon as I believed when I originally wrote this in commit 30fe2eb.

It should be re-worded to be more neutral and explain that no price data was found.

EnduraBot echoes the following if `/games/search/v1` returns a UUID but `/games/prices/v3` returns no price information: ```py no_results_abnormal = discord.Embed( title=":interrobang: No Price or Deal Information Found", description=f"{itad_name} could not find *any* prices or deals for `{title}`. This is highly unusual given IsThereAnyDeal's purpose. \n\n Please notify a <@&{SETTINGS_DATA["sysop_role_id"]}> for investigation.", color=discord.Color.purple() ) ``` This is not necessarily correct, nor is it as uncommon as I believed when I originally wrote this in commit [`30fe2eb`](https://github.com/sirdog3355/EnduraBot/commit/30fe2ebbec86c250d26341c244bbb2e7444de184). It should be re-worded to be more neutral and explain that no price data was found.
sirdog3355 commented 2026-02-27 22:32:28 -05:00 (Migrated from github.com)

Closing as not planned per #254 (deprecation).

Closing as not planned per #254 (deprecation).
Sign in to join this conversation.
No description provided.