This is a bot to help us manage the Victoria Park Coding Club (VPCC) Discord server, adding features such as teams and leaderboards to make Coding Club more collaborative and more fun!
Environment variables required: BOT_TOKEN (bot token), CLIENT_ID (client ID), and GUILD_ID (server ID).
Install dependencies by running npm install
.
Refresh slash commands by running npm run refresh
.
Run the bot by running npm start
.