GithubHelp home page GithubHelp logo

tk2217 / helpbot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mcdiamondfire/helpbot

0.0 1.0 0.0 1.38 MB

HelpBot is a bot focused on providing a large number of useful commands to the DiamondFire community.

Java 99.83% Kotlin 0.17%

helpbot's Introduction

Bot Specific Information

HelpBot is a bot focused on providing a large amount of commands to the DiamondFire community. Please note, HelpBot is only intended to be used on the DiamondFire discord only. Commands vary from stats related commands to commands that provide codeblock information.


Contribution

HelpBot is created in java 16 and there are no current rules in place for contribution. If you want to add/modify something you are able to create a fork and submit a pull request.

Most pull requests are accepted, do not be afraid to make a change I promise I do not bite. Please give me time to review your PR however, as it takes a little bit for me to make sure that your PR is up to standards. Testing will help!

Config File

This project uses a config file inorder to specify things such as bot token, prefix and database information. When you first boot the bot, it will error and shut down the bot. In the working directory a config file should have been created, use the following format.

{
    "token": "bot token",
    "prefix": "?",
    "dev_bot": true,
    "slash_commands": true,
    
    "mc_email": "[email protected]",
    "mc_password": "MinecraftPassword",
    
    "db_link": "jdbc:db_type://ip:port/schema",
    "db_user": "dbuser",
    "db_password": "dbpassword",
    
    "guild": long,
    
    "role_react_channel": long,
    "role_react_message": long,
    
    "log_channel": long,
    "discussion_channel": long,
    "purge_evidence_channel": long,
    "graph_channel": long,
    "srhelper_chat_channel": long,
    
    "muted_role": long,
    "verified_role": long,
    "report_webhook": long,

    "permission_roles": {
        "BOT_DEVELOPER": long,
        "DEVELOPER": long,
        "ADMINISTRATOR": long,
        "MODERATION": long,
        "SR_HELPER": long,
        "SUPPORT": long,
        "RETIRED_SUPPORT": long,
        "USER": long
    }
}

Swear Filter

After setting up the config, you will need to paste the following into the swear filter file. Otherwise, commands will not work and it will error whenever a message is sent.

{
    "equal": [
    ],
    "prefix": [
    ],
    "suffix": [
    ],
    "part": [
    ]
}

helpbot's People

Contributors

owen1212055 avatar tk2217 avatar projectdf avatar reasonlesss avatar ryanlanddev avatar reddaedalus avatar localgoddess avatar emeryllium avatar vatten avatar general-mudkip avatar bignutty avatar dust-19 avatar electrosolt avatar techstreetdev avatar tomoli75 avatar khvulcano avatar maxiedf avatar up929312 avatar

Watchers

James Cloos 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.