/soundy-bot

Primary LanguageTypeScript

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