Skip to content
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.

cluzier/treehouse-bot

Repository files navigation

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.

About

Discord.js Moderation Bot

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published