This project serves as a template for a Discord Bot with a built-in shop feature, which operates using the SWIFT API.
Make sure you create a .env
file in your project and populate the following variables according to your configuration:
DISCORD_BOT_TOKEN=
DISCORD_BOT_ID=
DISCORD_BOT_DEV_SERVER=
SWIFT_API_IWAN=<Shop Owner's SWIFT IWAN>
Start the bot by typing 'node bot.js' in your terminal.
Docker Support will be added in future versions.