Skip to content

AyzekReborn/AyzekReborn

Repository files navigation

Ayzek Reborn

Er ist wieder da

Features

Write once, use everywhere

Supports multiple messengers, with ability to support more.

Some messenger implementations are written in this repo:

Messenger API documentation

Plugin system

Some plugins are located in this repo, see ayzek-plugin-X

Plugin API documentation

Powerfull command system

Inspired from mojang's brigadier

Split into another repo

Lightweight

No heavy enterprise framework used

Development

Chapter is WIP.

Switch to workspace's typescript

  • Open any .ts file
  • In vs code press Ctrl+Shift+P
  • Select "Use workspace version"

This is required because TypeScript currently have no native support for Yarn PnP, and this procedure will be eased when microsoft/TypeScript#35206 comes out