My personal Discord bot, which was rewritten from my old work under .NET-8 The project started on October 27, 2022. Under the old name LunaBot, especially for the IB workshop server
Briefly about the bot, at the moment it can create private voice channels, has a system for issuing roles and, of course, the bot has musical capabilities and can play music from YouTube in a voice channel. Moderation will be available soon
- Clone this repository
- Change your bot token in the configuration file, along the path
Config/appsetings.yml
Bot:
Token: <Your token bot>
Logs: debug
LavaHost: lavalink-v3
LavaPassword: youshallnotpass
AudioService: true
- Next we write to the terminal at the root of the repository itself
docker compose up -d
And we wait for the docker to finish deploying the bot.
- The bot is now working.
Soon