A Discord Music Bot written in Lua
- Install Luvit
- Install FFMPEG
- Clone the repository
git clone https://github.com/Podter/Music-Bot-Lua - Install all packages from
package.luaby typinglit install- This will install
SinisterRectus/discordiacreationix/coro-spawnandcreationix/coro-split
- This will install
- Start the bot by typing
luvit main.lua
- Install Luvit
- Insatall all required packages by typing
sudo apt-get install ffmpeg youtube-dl libopus-dev libsodium-dev- This will install
FFmpegyoutube-dlOpusandSodium
- This will install
- Clone the repository
git clone https://github.com/Podter/Music-Bot-Lua - Install all packages from
package.luaby typinglit install- This will install
SinisterRectus/discordiacreationix/coro-spawnandcreationix/coro-split
- This will install
- Start the bot by typing
luvit main.lua
- Just run and replace
YourDiscordBotTokenHerewith your bot token
docker run -d -e Token=YourDiscordBotTokenHere -e Prefix=! podter/music-bot-lua
All Configurations are store in settings.lua
Prefixis prefix for your bot, Default prefix is!Tokenis Discord Bot Token for your bot, ReplaceYour Discord Bot Token Here!with your bot token!- To change Prefix in Docker just replace
!with your prefix at-e Prefix=!like this:-e Prefix=?