spark-c / SparksieBOT

A Discord bot that provides upkeep, utility, and some fun commands for my personal discord server.
1 stars 0 forks source link

isThereAnyDeal API integration #19

Open spark-c opened 3 years ago

spark-c commented 3 years ago

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:

  1. ...
  2. ...

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, etc

API docs found here