An open API service indexing awesome lists of open source software.

https://github.com/philbobaggins/audio-samples-discord-bot

A Discord bot that plays audio samples
https://github.com/philbobaggins/audio-samples-discord-bot

audio-sampler audio-samples bot discord discord-api discord-bot discord-js sampler

Last synced: about 2 months ago
JSON representation

A Discord bot that plays audio samples

Awesome Lists containing this project

README

          

Audio samples discord bot
=========================

A [Discord](https://discord.com/) bot that plays audio samples.

Getting started
---------------

Create your own bot on Discord ..... need "bot" and "application.commands" scopes .... need "voice" and "slash commands" permissions.... then:

1. Run `git clone https://github.com/PhilboBaggins/audio-samples-discord-bot`
2. Run `npm install`
3. Run `cp config.json.sample config.json`
4. Fill in variables into `config.json` file:
1. DISCORD_TOKEN
2. DISCORD_APP_ID
3. DISCORD_GUILD_ID
4. Fill in paths to audio files into the AUDIO_FILE_PATHS array
5. Run `node deploy-commands.js`
6. Run `node app.js`