jackmerrill / soundy-bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Soundy

The most annoying Discord Bot ™️

Created at Hack Club Assemble

This is the bot repo, if you want the web repo, click here

Setting up

Install dependencies:

yarn install

Set your environemnt variables:

export BOT_TOKEN=<bot token>
export YTDL_NO_UPDATE=true

Build the bot:

tsc

Start the bot:

node ./dist/index.js

About


Languages

Language:TypeScript 100.0%