0.0.4-alpha-beta • Published 1 year ago

fantom.js v0.0.4-alpha-beta

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Setup

npm i fantom.js

This will install the npm version of the package.

You then load the package with the following

// define clients
const { Plugins } = require("fantom.js")
const { AoiClient } = require("aoi.js");
// setup aoi.js first
const bot = new AoiClient({
    token: "DISCORD BOT TOKEN",
    prefix: "DISCORD BOT PREFIX",
    intents: ["MessageContent", "Guilds", "GuildMessages"],
    events: ["onMessage", "onInteractionCreate"]
});

// load it
const plugins = new Plugins({ bot:bot }); 
plugins.loadPlugins(); 

This will enable all custom functions that were created in the package.

Functions:

~ $arch
~ $botsCount
~ $os
~ $kioAvatar
~ $serverAFKChannelID
~ $serverVerificationLevel

Added Functions:

+ $serverAFKChannelID

Removed Functions:

0.0.4-beta

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.2-beta

1 year ago

0.0.1-beta3

1 year ago

0.0.1-beta2

1 year ago

0.0.1-beta

1 year ago

0.0.1

1 year ago