Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 557 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 557 Bytes

Discord-Bot-Template with Shop Feature

This project serves as a template for a Discord Bot with a built-in shop feature, which operates using the SWIFT API.

Setup

.env

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>

Usage

Start the bot by typing 'node bot.js' in your terminal.

Future Features

Docker Support will be added in future versions.