-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Lofi Radio Bot is a multi-purpose Discord bot to play music and moderate your server. Supports Soundcloud, YouTube, Spotify, Twitch, Vimeo, Bandcamp and HTTP URLs with volume control and other DJ features.
- Volume control
- View all tracks in queue
- Add/remove tracks from the queue
- Pause/play/skip/loop tracks
- Vote to kick users
- Get user info
- Posting images and gifs
Install Java JDK 1.8 (not OpenJDK)
Download and extract the latest version of this bot
Go to where you extracted Lofi Radio Bot, then go into the data folder and open the config.txt
file. Replace ENTER_TOKEN_HERE
and ENTER_OWNER_ID_HERE
with your token and owner's ID, then save the file.
(Check How to get a bot token and How to get owner ID if you don't know how to find these values)
(you can change the bot's prefix command if you want as well)
There are 2 ways to run the bot (replace the X with the version number that you downloaded):
- In the command line, navigate to the directory with the .jar file and run
java -jar LofiRadioBotvX.X.jar
- Alternatively, you can just double-click the LofiRadioBotvX.X.jar file
It is recommended to run it from the command line, to see error messages and to make it easier to stop the bot.
To stop running the bot:
- If you ran it from the command line, press CTRL+c in the command line
- Open task manager (press CTRL+ALT+DELETE), search for the process called Java(TM) Platform SE binary and end it