zenith-framework

A Discord bot framework made in Typescript using Eris focused on ease of access


Keywords
eris, typescript, redis, discord, framework
License
CC-BY-NC-SA-3.0
Install
npm install zenith-framework@0.3.1

Documentation

Zenith

CC BY-NC-SA 3.0 This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

What is this

Zenith is a framework made to be as simple as possible with no core modification needed for your bot. DOCS are WIP.

What does it use?

Originally it started off by using discord.js but I was convinced that eris was better so here we are.

  • Redis
  • Eris
  • NodeJS
  • Performance-now (Used for stopwatch)
  • Hastebin-gen (Used for overflowing msgs).
  • Redite (Redis client for nodejs)

The doc link will be here eventually but you can just use ./tests/app.js and remake it. If you want to edit any core commands just copy it from /src/commands and add it to your command folder and it will load your custom one rather than the core one.