KagChi / disc-11

A dedicated open-source Discord bot for Zhycorp based on our Discord bot template with more features. Easy to use, and with no coding required.

Home Page:https://disc-11.zhycorp.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Splash

Disc 11 by Zhycorp

A dedicated open-source Discord bot for Zhycorp based from our Discord bot template with more features. Easy to use, and with no coding required.

Discord Server CI Status

Features

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

General Setup

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

Hosting Setup

Heroku

You can host this bot to make it stay online on Heroku.

Deploy to Heroku

Glitch

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

Watch the tutorial video on YouTube!

▶️ https://youtu.be/ILutlBl_Xyk

  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>/disc-11 (without <>)
  4. Please wait for a while, this process takes some minutes
  5. Find .env file and delete it, find .env_example file and rename it back to .env
  6. After specifying .env, open Tools > Terminal
  7. Type refresh, and track the process from Logs
  8. To make the bot stay online, please watch this video carefully.

Remix on Glitch

© 2021 Zhycorp Development

About

A dedicated open-source Discord bot for Zhycorp based on our Discord bot template with more features. Easy to use, and with no coding required.

https://disc-11.zhycorp.net/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:TypeScript 97.2%Language:JavaScript 2.8%Language:Shell 0.0%