Giter Site home page Giter Site logo

dan-online / neptune Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 1.0 2.03 MB

A simple, modular, configurable discordjs template made as a starting point for bots (WIP)

Home Page: https://neptune-bot.netlify.app

License: MIT License

JavaScript 73.51% HTML 26.49%
discordjs discord-bot discordbot template multi-functional modular plugins neptune poseidon config

neptune's Introduction

Neptune

A template for a discord bot written with discordjs with reloadable events and commands along with a multitude of plugins

Discordjs Version Discord-Bot languages Discord-bot version Neptune CI

Downloads

The master branch is unstable and should be used with caution.

To use stable releases go to releases

To-do

  • Economy / points system plugin
  • Webhook plugin
  • API plugin
  • Updater plugin/system
  • Points system
  • Translate
  • Welcome/Leave messages (image jimp)
  • Verification system (email/oauth)
  • Status page
  • Monitoring app
  • CLI init

Installation

Make sure to have FFmpeg/avconv installed for the youtube plugin

.env

TOKEN=DISCORD_BOT_TOKEN
YANDEX_TOKEN=YANDEX_TOKEN (only if translation API is enabled)

Config

module.exports = {
  prefix: "t!", // bot prefix
  owner: "312551747027468290", // your id
  emojis: {
    // emojis for success and errors
    err: {
      full: ":red_circle:",
      id: ":red_circle:",
    },
    success: {
      id: ":white_check_mark:",
      full: ":white_check_mark:",
    },
  },
  persistent: false, // persistent database or in memory database
};

Install

$ yarn
$ npm

Usage example

$ yarn start
$ npm start

Meta

DanCodes โ€“ @dan-online โ€“ [email protected]

Distributed under the MIT license. See LICENSE for more information.

Contributing

  1. Fork it (https://github.com/dan-online/discord-bot/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

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.