Skip to content

ryokr/MeowBot

Repository files navigation

MeowBot - Discord Bot

Preview

Prerequisites

Before you begin, make sure you have the following installed:

Installation

  1. Clone the Repo

    git clone https://github.com/ryokr/MeowBot.git
  2. Navigate to the Project Directory

    cd MeowBot
  3. Install Dependencies

    npm i

Configuration

  1. Create Variables

    Create the .env file in MeowBot folder.

  2. Customize Bot Status

    Copy and paste the content below to .env file u have created.

    • token - String The token of your bot.
    • status - String Can be online, ilde, dnd.
    • name - String Name of your activity. Ex: Genshin Impact.
    • state - String More info about activity. Ex: For 69 hours.
    • type - Integer 0 - Play, 1 - Stream, 2 - Listen, 3 - Watch, 4 - Custom, 5 - Compete.
    • color - String - HEX Format Color of the embeds.

    Template

    token = PUT_YOUR_TOKEN_HERE 
    
    status = BOT_STATUS
    name = ACTIVITY_NAME
    state = ACTIVITY_STATE
    type = ACTIVITY_TYPE
    
    color = YOUR_BOT_COLOR
    

    Example

    token = 123456
    
    status = idle
    name = Genshin Impact
    state = From RyoKr With Luv
    type = 0
    
    color = ff4400
    

Starting the Bot

To start MeowBot, run:

node index.js

Commands

  • play -> Plays the requested song in voice channel you are in.
  • search -> Search the requested song.
  • skip -> Skip currently playing song.
  • stop -> Stop the music and clear the queue.
  • remove -> Remove a song at specific position.
  • filter -> Change the filter.
  • volume -> Change player volume.

Support

Contact me ryohuy2410.

Credits

If you consider using this Bot, make sure to credit me ><.