Giter Club home page Giter Club logo

treehouse-bot's Introduction

treehouse-bot

GitHub issues Github forks Github stars Github license HitCount

About

A discord bot made for the Treehouse Server, it's main functionalities include:

* Ban
* Kick
* Lockdown
* Warn
* Mute

These are only a few of the commands.

Installation

Do in order:

$ git clone https://github.com/cluzier/treehouse-bot

cd treehouse-bot

npm i

Create a file n.json in root directory, copy and paste the below code into it and save,

{
    "name": "Treehouse-bot",
    "token": "bot token here",
    "oID": "owner id",
    "prefix": ">",
    "version": "1.0.3",
    "log_channel": "change this to your mod-logs channel"
}

node index.js

Contribute

Clone and mix up things. If you think your edits are interesting for the public, just open a new pull request on that.

Folder Structure

treehouse-bot
├─── assets
│   └─── guildsettings.sqlite
│
├─── commands # Houses commands
│   ├── ban.js
│   ├── bugreport.js
│   ├── devhelp.js
│   ├── eval.js
│   ├── giverole.js
│   ├── help.js
│   ├── hug.js
│   ├── info.js
│   ├── kick.js
│   ├── kill.js
│   ├── lockdown.js
│   ├── meme.js
│   ├── mock.js
│   ├── ping.js
│   ├── purge.js
│   ├── serverinfo.js
│   ├── shutdown.js
│   ├── tempmute.js
│   ├── unban.js
│   ├── userinfo.js
│   ├── warn.js
│   └── warnlvl.js
│
├─── events
│   ├── disconnect.js
│   ├── error.js
│   ├── message.js
│   ├── ready.js
│   └── reconnecting.js
│
├─── util
│   └── eventLoader.js
│
├─── .DS_Store
├─── .env
├─── .gitignore
├─── CODE_OF_CONDUCT.md
├─── LICENSE
├─── 
├─── hugged.json
├─── index.js
├─── killed.json
├─── package.json
├─── package-lock.json
├─── procfile
├─── README.md
├─── wallpaper.png
└─── warnings.json

Required tools for development:

  • NodeJS

  • NPM

Credits

A project by Conner Luzier. Other amazing contributors here.

treehouse-bot's People

Contributors

cluzier avatar dependabot[bot] 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.