Skip to main content
Module

x/akumakodo/mod.ts>AkumaKodoBotCore

A blazing fast discord bot framework built on top of discordeno and typescript!
Go to Latest
class AkumaKodoBotCore
import { AkumaKodoBotCore } from "https://deno.land/x/akumakodo@0.1.2/mod.ts";

AkumaKodo is a discord bot framework, designed to be modular and easy to extend.

Constructors

new
AkumaKodoBotCore(botOptions: AkumaCreateBotOptions, config: AkumaKodoConfigurationInterface)

Properties

private
fs: FileSystemModule

Internal file system module

private
launcher: { task: AkumaKodoTaskModule; command: AkumaKodoCommandModule; }

An internal method used to fire Core functions. This is not used by the external developer.

private
versionControl: AkumaKodoVersionControl

A utility function to check your version of deno for booting the bot.

configuration: AkumaKodoConfigurationInterface
container: AkumaKodoContainerInterface
instance: BotWithCache

Methods

private
initializeInternalEvents(scope?: CommandScopeType)

Creates the bot process and starts the bot

KIlls the bot process