Archived
0
Fork 0
Music bot optimised for Discord. An experiment with the dca format.
This repository has been archived on 2024-03-01. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Matthew RONCHETTO 98cfc95cfa
Merge pull request #3 from doamatto/renovate/github.com-kkdai-youtube-v2-2.x
fix(deps): update module github.com/kkdai/youtube/v2 to v2.7.15
2022-07-09 09:49:43 -07:00
.github chore: remove dep dashboard 2021-09-04 10:21:00 -07:00
.env.example..env chore: establish .env.example to allow easy knowledge of envvar requirements 2021-08-20 19:53:27 -07:00
.gitattributes chore: standardised commits 2021-08-20 19:53:35 -07:00
.gitignore chore: ignore binaries 2021-08-20 19:53:07 -07:00
go.mod fix(deps): update module github.com/kkdai/youtube/v2 to v2.7.15 2022-05-29 10:22:13 +00:00
go.sum fix(deps): update module github.com/kkdai/youtube/v2 to v2.7.15 2022-05-29 10:22:13 +00:00
LICENSE chore: add license 2021-08-20 19:53:50 -07:00
main.go chore: gut DCA temporarily 2021-08-21 10:26:13 -07:00
README.md chore: mention FFmpeg and specific version needed 2021-08-20 23:59:02 -07:00

Tu Ecoutés!

Music bot optimised for Discord. An experiment with the dca format.

Building from source

  1. Install Golang and FFmpeg 4.2.2
  2. Fetch dependencies and build (go build)

The binary tu-ecoutes is then able to be executed with environment variables. You will need to manually export and set these variables, as the .env file will not be read. You can learn more about how to set environment variables on Windows, macOS, or Linux with their respective links.

Usage

This tool requires only one variables:

  • DISCORD_TOKEN: This is required to connect to Discord's servers. You can fetch one by:
    1. Going to Discord's developer portal
    2. Creating a new application
    3. Going to the « Bot » tab and creating a new bot
    4. Copying the Token value

FAQ

Q: What permissions should the bot have? The bot needs basic permissions (VOICE_CONNECT, VOICE_SPEAK, et al.), but doesn't need any special permissions. To be safe, use 3148800 to store the.
Q: Is there a version of this bot already hosted? I do not host a public bot, but some people do host instances for personal servers.
Q: Why did you make this? Two reasons: wanted to experiment with dca, but also wanted needed to make a music bot per the request of a person in one of my servers.