Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.2 KB

README.md

File metadata and controls

35 lines (20 loc) · 1.2 KB

Discord Lua Bot

A discord bot written in lua featuring music playback on voice channels, text-to-speech and a few text games.

Installation

You have to install a few dependencies before running the bot.

First install luvit following these instructions.

Next you need to get libsodium, libopus and ffmpeg, these should be available to install using your system's package manager.

For instance this is how you would install them on Arch linux:

sudo pacman -S libsodium opus ffmpeg

Lastly you will need yt-dlp, there are detailed install instructions on the project's github page.

After installing it, you need to rename the binary to youtube-dl and have it be available through the PATH

Usage

Head over to discord's developer page and get a bot token, then create an ENVIRONMENT VARIABLE named BOT_TOKEN with the value of the generated Token. Becareful to not leak this token as it could be used maliciously.

Finally, run luvit bot.lua and the bot should start working.

Contributing

This is a deprecated project.

License

MIT