A discord, Telegram, and Whatsapp bot for search yugioh card, written in ruby and javascript.
!! READ !! The Whatsapp bot version is no longer being developed.
| Commands | Discord | Telegram | |
|---|---|---|---|
| information | /info |
/info |
/info |
| help | /help |
/help |
/help |
| ping | /ping |
/ping |
/ping |
| random card | /random |
/random |
/random |
| art card | /art |
/art |
/art |
| image card | /img |
/img |
/img |
| list card | /list |
/list |
/list |
| search card | /search |
/search |
/search |
| tier list | /tier |
/tier |
/tier |
- Ruby 2.7.0^
- Node 18.20.8^
install all dependency
bundle install && npm install
All
./bin/START
Discord
rake discord
Telegram
rake telegram
Whatsapps
rake wa
unit test
rake test
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch - Make your changes and commit them:
git commit -m 'Add new feature' - Push to the branch:
git push origin feature-branch - Create a pull request.
This project is licensed under the Apache License.
For any questions or suggestions, feel free to open an issue on GitHub.


