https://github.com/acdvs/dealbot
A simple Discord bot for getting game discount info from IsThereAnyDeal.
https://github.com/acdvs/dealbot
bot discord game-deals isthereanydeal prices
Last synced: about 1 month ago
JSON representation
A simple Discord bot for getting game discount info from IsThereAnyDeal.
- Host: GitHub
- URL: https://github.com/acdvs/dealbot
- Owner: acdvs
- License: mit
- Created: 2020-06-18T07:15:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-10T02:57:45.000Z (11 months ago)
- Last Synced: 2024-06-10T03:50:32.808Z (11 months ago)
- Topics: bot, discord, game-deals, isthereanydeal, prices
- Language: TypeScript
- Homepage: https://dealbot.acdvs.dev
- Size: 797 KB
- Stars: 19
- Watchers: 4
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# IsThereAnyDeal Lookup
A simple Discord bot for getting game discount info from [isthereanydeal.com](https://isthereanydeal.com).
## Usage
1. [Click here][invite-link] to invite the bot to your server or look up "IsThereAnyDeal" on the Discord app directory.
2. Once the bot has joined, use the commands below in any channel!## Support the Project
If you like what you see, consider helping with monthly server costs by clicking the "Sponsor" button on the repo or by following [this link][donate-link]. Any amount helps!
## Commands
### Everyone
- `/help`
See the ITAD API status, latest release notes, and links to report a bug or donate.
- `/deals [game]`
Gets a list of current deals for a game.
- `/prices [game]`
Gets a list of all prices for a game including non-deals.
- `/top [waitlisted|collected|popular]`
Gets the top most waitlisted, collected, or popular games.### Admin-only
- `/sellers`
Lists all sellers.
- `/ignoredsellers list`
Lists all ignored sellers. Ignored sellers do not appear in `/deals` or `/prices` lists.
- `/ignoredsellers [add|remove] [seller]`
Adds or removes an ignored seller.
- `/ignoredsellers clear`
Clears all previously added ignored sellers.![Example usage][example]
## License
IsThereAnyDeal Lookup is licensed under the [MIT License](https://opensource.org/licenses/mit-license.php).
[invite-link]: https://discord.com/api/oauth2/authorize?client_id=722942824999288924&permissions=274877925376&scope=bot
[donate-link]: https://www.patreon.com/acdvs
[example]: docs/public/images/example.png