wojciechjablonski96 / vessicchio

A music bot written using discord.js with slash-create commands. Based on discord-player framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vessicchio Logo

Vessicchio Music BOT

A music bot written using discord.js with slash-create commands.
Based on discord-player framework.


last commit CodeFactor

Add this (hosted) bot to your discord server

Click Here


Manual self-hosted installation

Vessicchio requires Node.js v16.* LTS + to run.

Install the dependencies and run your instance.

git clone https://github.com/wojciechjablonski96/vessicchio
cd vessicchio
cp .env.example .env
yarn install
node app.js

COMMANDS

  • Music commands

    • /play
    • /stop
    • /pause
    • /resume
    • /clear
    • /jump
    • /leave
    • /loop
    • /ping
    • /previous
    • /queue
    • /remove
    • /seek
    • /shuffle
    • /skip
    • /top

About

A music bot written using discord.js with slash-create commands. Based on discord-player framework.

License:MIT License


Languages

Language:JavaScript 98.7%Language:Shell 1.3%