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
- Host: GitHub
- URL: https://github.com/philbobaggins/audio-samples-discord-bot
- Owner: PhilboBaggins
- Created: 2022-07-29T06:56:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-06T08:44:37.000Z (about 3 years ago)
- Last Synced: 2025-03-10T23:38:14.511Z (over 1 year ago)
- Topics: audio-sampler, audio-samples, bot, discord, discord-api, discord-bot, discord-js, sampler
- Language: JavaScript
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`