Skip to content

songcamp/bpm-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BPM Bot Repository

This repository represents the Discord Bot - BPM Bot. This bot currently enables playback in Discord voice channels from these providers:

Development

Currently, best practice to test & work on this bot is to create a new Discord server & a new bot to test with per-developer. In the future, we'd aim to unite around a single development bot for faster onboarding, but for now this should do the trick. To spin up a new Discord server and create a testing bot, follow (this guide)[https://www.digitaltrends.com/gaming/how-to-make-a-discord-bot/]

Once you have your bot installed in a test server, identify the BOT_TOKEN, then create a .env file in the root directory of this repository. Add the line below to that file.

    CLIENT_TOKEN=<your-bot-token>
    GUILD_ID=<local-guild-id-for-testing>
    STATUS=DEVELOPMENT

Once this is done, your testing bot should be hooked up to your testing server. Use the commands below to run the server and develop

Install Dependencies

    yarn

Start the Server

    yarn start

About

a Discord bot that plays Music NFT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published