1.1.1 • Published 6 years ago

@modularbot/types-jda v1.1.1

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

@ModularBot

ModularBot is a Java framework built on top of JDA (Java Discord API) that allows the execution of javascript files thanks to GraalVM.

This packages contains TypeScript declaration files to achieve great auto-completion when writing modules in TypeScript for the framework.

Package @modularbot/types-gaal

The package that contains the declaration for the built-in GraalVM functions and a few Java classes.

Package @modularbot/types-core

The core package contains type definitions for every main ModularBot's classes.

Package @modularbot/types-jda

The JDA package contains type definitions for most JDA classes that you can encounter while using the framework.

Package @modularbot/types-djs

The DiscordJS package contains type definitions for most of the DiscordJS's classes that are emulated by the framework.