simple discord music bot, created with sapphire, discord.js and typescript
Find a file
joshuajeschek 603067269b
fix(bard): 🚑 fix default shufflelimit
shuffle limit default was set falsely to 1 in event listener
2022-04-01 21:31:54 +02:00
.husky ci: 🔨 fixed pre commit script 2022-03-31 00:27:14 +02:00
.vscode fix(listeners): 🐛 mentionPrefixOnly 2022-03-14 20:53:17 +01:00
.yarn feat: 🌱 initial commit 2022-03-05 13:09:17 +01:00
bin feat: 🔨 added dr script 2022-03-14 18:42:57 +01:00
prisma feat(bard): add shuffle button 2022-04-01 21:19:49 +02:00
src fix(bard): 🚑 fix default shufflelimit 2022-04-01 21:31:54 +02:00
.gitignore feat(db): 🗃️ added database connection 2022-03-07 09:39:23 +01:00
.prettierignore feat: 🌱 initial commit 2022-03-05 13:09:17 +01:00
.sapphirerc.json feat: 🌱 initial commit 2022-03-05 13:09:17 +01:00
.yarnrc.yml feat: 🌱 initial commit 2022-03-05 13:09:17 +01:00
LICENSE refactor: 🧱 update infrastructure 2022-03-06 12:41:37 +01:00
package.json perf: remove unused dependencies 2022-03-31 18:08:22 +02:00
README.md feat(db): 🗃️ added database connection 2022-03-07 09:39:23 +01:00
tsconfig.json feat(commands): status command 2022-03-09 12:42:14 +01:00
yarn.lock perf: remove unused dependencies 2022-03-31 18:08:22 +02:00

Dandelion Music Bot

This is a simple Discord Music Bot, made with TypeScript and Sapphire.

Features

  • play music in a voice channel
  • queue
  • skip voting
  • save favourites (user based)

ENV files:

  • src/.env: blueprint
  • src/.env.development.local: development variables
  • src/.env.production.local: production variables
  • src/prisma.env: DATABASE_URL (ending with ...?schema=${PRISMA_SCHEMA}"), with admin credentials