We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would be nice to have a cog with commands like:
!anydeal [--all] [--store store-name] game-name
"The lowest price found for {game_name} is {price} from {store}. URL: {url}"
"No exact match found for {game_name}. Did you mean: ... ...
"No exact match found for {game_name}. Did you mean:
Even further, maybe a !suggest command that integrates this API also:
!suggest
!suggest game-name That returns an embed with full information about the game in the steam store including banner, description, price, etc
!suggest game-name
API docs found here
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Would be nice to have a cog with commands like:
!anydeal [--all] [--store store-name] game-name
Even further, maybe a
!suggest
command that integrates this API also:!suggest game-name
That returns an embed with full information about the game in the steam store including banner, description, price, etcAPI docs found here
The text was updated successfully, but these errors were encountered: