2.0.9 • Published 6 years ago

cat16-bot-core v2.0.9

Weekly downloads
3
License
GPL-3.0
Repository
github
Last release
6 years ago

cat16's Discord Bot Core

A bot core designed to cover all basic needs

Features

  • A dynamic command handler with a lot of featrues on its own
  • A dynamic event handler for eris client events
  • A database manager to make storing data easy and efficient
  • A custom logger to make output pretty and readable
  • A (not yet externally dynamic) config system for things like the token
  • Very extendable feature such as an abstract handler class
  • Some preloaded commands to make internal systems managable and testing easier
  • Typescript support

Dependancies

Quick Creation Guide

In order to get started, you're going to want to make a folder within your project to store all of the bot files. Inside, you should have a main file that creates and starts a bot, which should look something like this:

const Catbot = require('cat16-bot-core')
let bot = new Catbot(__dirname)
bot.start()

All you have to do then is run it using node and everything else needed should be generated.

2.0.9

6 years ago

2.0.8

6 years ago

2.0.7

6 years ago

2.0.6

6 years ago

2.0.5

6 years ago

2.0.4

6 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.3.0

6 years ago

1.2.5

6 years ago

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago