Code Monkey home page Code Monkey logo

nodus's Introduction

Nodus

Nodus is a Discord bot created with the use of Discord.js's framework - It has a ticket system as well as a few fun commands. It is functional but it will need a lot of work. Open for anyone to use.

Note

This is currently using Discord.js v11. It does not operate at v12 for the moment.

Requirements

  • Node.js v12.x or higher
  • NPM
  • Reliable hosting (Heroku) - if you are running this from your own system for fun, ignore this.

Feature

  • Simple / Fun commands
  • Ticket system
  • Customisable

Commands

Fun

  • ?8ball - ask 8ball a question
  • ?covid - current data on the covid virus
  • ?fact - random facts (in English only)
  • ?gif - Random GIF
  • ?weather - small summary of the weather conditions
  • ?slots - slot machine
  • ?ping - latency calculation
  • ?who - Discord information of the user
  • ?rs - Play some russian roulette, see if you are the lucky one.

Ticket

  • ?help - show help menu
  • ?new - create a new ticket
  • ?close - close a ticket
  • ?add - add a user to a ticket
  • ?remove - remove a user from a ticket

Getting Started

To install, open up your terminal and type in the following.

git clone https://github.com/justrlc/nodus.git ; cd nodus; npm i

Configuration

Edit the config.json located in the profile directory. These following fields located below are required to be filled.

{
  "token": "",
  "guildID": "",
  "supportRole": "",
  "Category": "",
  "logChannel": ""
}

Token

Default {bot's token}
Desc Authenticate bot through Discord API

GuildID

Default null
Desc ID of your Discord Server (Guild)

SupportRole

Default null
Desc ID of your support role

Category

Default null
Desc ID of your ticket category

logChannel

Default null
Desc ID of your log channel

If you have trouble obtaining the ID from the following above, enable developer mode in the Discord client

Go to wiki to know more

Complete

Once the installation process in done, you can use npm start to start it.

nodus's People

Contributors

justrlc avatar

Watchers

 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.