Giter Site home page Giter Site logo

aroary / disaccord Goto Github PK

View Code? Open in Web Editor NEW
6.0 1.0 0.0 278 KB

Disaccord is a discord.js bot template that comes with templates for making anything you would need to make your bot!

Home Page: https://github.com/aroary/disaccord/wiki

License: MIT License

JavaScript 87.60% CSS 3.11% EJS 9.29%
nodejs discord-api discord discord-js discord-bot

disaccord's Introduction

GitHub release Open in Visual Studio Code Discord

Disaccord

Getting started

Fill in this inforamtion in the /.secrets.json file. (most information is required to run the bot)

{
    "token": "TOKEN",
    "clientSecret": "CLIENT_SECRET",
    "intents": ["INTENT"],
    "port": 3000,
    "redeploy": true,
    "prefix": "",
    "developer": ["DEVELOPER_ID"],
    "supportServer":"SUPPORT_SERVER_ID",
    "statusInterval": 350000,
    "description": "",
    "repository": "USER_NAME/REPOSITORY_NAME",
    "version": "3.0.1"
}
  • token: String The bots login token (Generated from the discord developer portal).
  • clientSecret: String The bots client secret (Generated from the discord developer portal).
  • intents: Array The bots intents.
  • port: Integer The port number your bots app will listen at (defults 80, 443).
  • reDeploy: Boolean Weather or not to reregister the slash commands.
  • prefix: String The prefix used to execute commands.
  • developer: Array The developers of the bot.
  • supportServer: String The ID of the support server.
  • statusInterval: Number The interval to cycle to the next value in the status array.
  • description: String The descrption of the bot.
  • repository: String The GitHub repository of the bot.
  • version: String Ther version of your the bot.

Requirements

Details

Join the discord server!

You can ask for help, report problem and help others in our discord server!

Invite our defult bot!

You can invite our default discord bot to your server to see that this code works!

Template by aroary

Profile views

MIT License | Copyright Ⓒ 2021 aroary

Other documentation pages

disaccord's People

Contributors

aroary avatar

Stargazers

 avatar Cloudy avatar  avatar Proconsulates avatar menachem avatar  avatar

Watchers

 avatar

disaccord's Issues

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.