A card-fetching Discord bot for the card game Witches' Revel.
This bot supports a number of interactions (slash commands) and some inline commands:
You can fetch cards by including the following in a Discord message:
- [[card]] to view a card
- {{card}} to view its art
Each Discord message is limited to 5 (by default) inline commands. Any additional commands will be ignored.
cp .env.example .env # You will need to add your application token and bot ID to the new file
npm install
node index.jsThis software is based on the template Slash Bot Template by GuriZenit.