Skip to content

x4nk1t/listenmoe-bot

Repository files navigation

Listen.MOE Bot

A discord bot to stream the listen.moe radio.

Prerequisites

Setup

1. Create discord bot account

2. Clone this repo and install npm packages

git clone https://github.com/x4nk1t/listenmoe-bot.git
cd listenmoe-bot
npm install

3. Rename config.example.json to config.json

4. Edit the config file

{
    "configVersion": "0.0.2",
    "botToken": "your-bot-token-here",
    "embedColor": "#fe015a",
    "volumeControl": false
}

5. Build and Start the bot First, you have to build the bot

Run npm run build and npm start to start the bot

Commands (Slash Commands)

If you want to use prefix commands then see prefix commands branch

  • leave - Bot leaves the voice channel if connected to any.
  • now-playing [jpop|kpop] - Shows what is currently playing
  • play [jpop|kpop] - Start streaming radio to voice channel.
  • status - Shows the bot status
  • volume - Changes the volume of the music

Notes:

  • Volume control should be set to true in config file for volume command to work

Contributing

Any contribution is appreciated. Please fork the repo and create a pull request.

License

Distributed under the GNU License. See LICENSE for more information.

This bot is not affiliated with listen.moe.

About

A discord bot to stream the listen.moe radio.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published