This bot is operated using slash commands, type "/" in any channel the bot has access to, and you will be shown a list of all slash commands (for all bots), click on the cards bot logo to the left to see all commands for this bot.
Command name: /heartbeat
This command is used to check if the bot is working, and reading messages as it should be. If the bot is online and working, it should reply "I'm alive!"
Command name: /card-id
Command arguments: id <id>
Example:
Response to command /card-id xy1-2
:
Command name: /card-where
The following parameters can be used:
- name
- hp <hp, to have a hp range, type [x TO y]>
- artist
- rarity
Example:
Response to command /card-where name charizard hp 330
:
- Build:
bash build.bash
-> Build docker image - Run:
bash run.bash <path to env>
-> Run docker image - Build and run:
bash build_run.bash <path to env>
-> Both of the above
The env file, should contain the following:
TOKEN=<discord token>