Giter Club home page Giter Club logo

namelessbot's Introduction

NamelessBot

Support bot for the NamelessMC Discord server. If you're looking for our Discord website integration bot, please visit the Nameless-Link repository instead.

How do I contribute to the bot?

There are a few ways of contributing to the bot for non developers and for developers. Here are two:

  • For non developers: You can head over to NamelessMC/BotConfiguration and read the README.md for information on how to contribute there.
    • In that repository, you can add parameters to the /support command which is really helpful when it comes to providing support on common problems on the Discord.
  • For developers: You can clone this repository to your computer and help make the bot better!
    • Note to developers: Please do not add useless commands to the bot that don't even have a reason (or useless commands with a reason.)
    • Be sure to keep the formatting style used elsewhere for example: Don't do the following:
function thisReturnsTrue() : boolean
{
    return true;
}

We want to see the following format:

function thisReturnsTrue() : boolean {
    return true;
}

Setting up

  1. Clone this repository
  2. Run npm install to install all dependencies
  3. Once you finish coding, run npx tsc to build the bot
  4. Create a file called .env and put everything from the .example.env in it. Then fill in the values
  5. Run npm run start to run the compiled source

This bot uses Tesseract-ocr to automatically scan images for text. To install this, follow this tutorial.

namelessbot's People

Contributors

brightskyz avatar dependabot[bot] avatar derkades avatar dynamicbark avatar ichenglin avatar iss127 avatar padowyt2 avatar samerton avatar supercrafter100 avatar tadhgboyle 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.