Code Monkey home page Code Monkey logo

rawon's Introduction

Rawon

A simple powerful Discord music bot built to fulfill your production desires. Easy to use, with no coding required.

CI Status

Features

  • Interaction support.
  • Configurable, and easy to use.
  • Basic music and moderation commands.
  • A production-ready project, set up the bot without coding.

General Setup

  1. Download and install Node.js version 16.6.0 or higher
  2. Open the .env_example file and rename it to .env
  3. Install required and optional dependencies. You still can use npm too.
$ pnpm install
  1. Compile the file
$ pnpm run build
  1. If you want to save your disk spaces, let's prune the dev dependencies
$ pnpm prune --production
  1. Finally, you can start the bot
$ pnpm start

Hosting Setup

Setup Tutorial Video (YouTube)

Setup Guide Video

Docker

You can use our official Docker image:

$ docker run -v ./scripts:/app/scripts --env-file ./.env -d ghcr.io/stegripe/rawon:latest 

...or with docker-compose:

services:
  rawon:
    image: ghcr.io/stegripe/rawon:latest
    restart: unless-stopped
    env_file: .env
    volumes:
      - "./scripts:/app/scripts"

Don't forget to create .env file and fill environment values from .env_example file

NOTE: You must attach /app/scripts volume if you use yt-dlp stream strategy.

Glitch

You can use Glitch too for this project, featured with its code editor.

  1. Star and fork this project
  2. Go to glitch.com and make an account
  3. Click New Project then Import from GitHub, specify the pop-up field with https://github.com/<your-name>/rawon (without <>)
  4. Please wait for a while, this process takes some minutes
  5. Find the .env file and delete it, then find .env_example file and rename it to .env
  6. After specifying .env, open Tools > Terminal
  7. Type refresh, and track the process from Logs

Remix on Glitch

Railway

Railway provides $5 each month for you to use in the free plan, it will stay online 24/7 as long as your usage does not exceed $5.

IMPORTANT: Read Disclaimers before deploying to Railway.

Deploy on Railway

Disclaimers

Disclaimers are listed on the DISCLAIMERS.md file.

Project Contributors

Developers

Translators

© 2023 Stegripe Development

rawon's People

Contributors

renovate[bot] avatar mednoob avatar dependabot[bot] avatar mzrtamp avatar noxzym avatar moustacheoff avatar 21z avatar renovate-bot avatar fab1o0107 avatar godofwarop avatar allvaa avatar fyphen1223 avatar melloirl avatar pizzarous avatar rabbityuku avatar romadevworld avatar ronner231 avatar xorsiphus avatar hmz121 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.