Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gypsydangerous/queue-bot
discord bot to manage a queue for a discord live event. Made for the coding train discord
https://github.com/gypsydangerous/queue-bot
Last synced: 29 days ago
JSON representation
discord bot to manage a queue for a discord live event. Made for the coding train discord
- Host: GitHub
- URL: https://github.com/gypsydangerous/queue-bot
- Owner: GypsyDangerous
- Created: 2020-03-22T18:39:31.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-07T17:47:00.000Z (over 2 years ago)
- Last Synced: 2024-11-09T21:27:43.457Z (3 months ago)
- Language: JavaScript
- Size: 1.25 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Queue-Bot
discord bot to manage a queue for a discord live event. Made for the coding train discord# installation
1. clone this repo
2. cd to the clone
3. create a .env file with your bots token in it
4. run `npm i` to install dependencies
5. run `npm start` to start the bot up