https://github.com/zerasul/cueh-botjs
Cueh Bot JS Version
https://github.com/zerasul/cueh-botjs
discord discord-bot docker nodejs
Last synced: 2 months ago
JSON representation
Cueh Bot JS Version
- Host: GitHub
- URL: https://github.com/zerasul/cueh-botjs
- Owner: zerasul
- License: mit
- Created: 2020-05-26T21:08:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-16T21:36:02.000Z (over 3 years ago)
- Last Synced: 2023-08-06T12:21:21.672Z (almost 3 years ago)
- Topics: discord, discord-bot, docker, nodejs
- Language: JavaScript
- Size: 165 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cuehBot Discord Bot
 [](https://hub.docker.com/r/zerasul/cuehbot)
Cueh Bot is a Discord bot for download and play music from youtube videos. This bot provides the next commands:
* ```!cuehjoin```: Join the bot to your current voice channel.
* ```!cuehplay ```: Play the Youtube audio from the provided Youtube URL; the bot needs to be connected to a voice channel using the ```!cuehjoin``` command.
* ```!cuehstop```: Stops the current song.
How to run this bot in docker:
To run a container with this bot, you need a Discord API Token; and using the enviroment variable ```DISCORD_TOKEN``` you can set it to the container; example:
```bash
docker run --env DISCORD_TOKEN= zerasul/cuehbot:latest
```