Skip to content

Open-source Discord.js webpack injector, no installation, client-sided bot hosting service.

License

Notifications You must be signed in to change notification settings

DiscordHouse/FBHCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FBHCore

FBHCore is a Discord.js webpack injector, that can be used with "Cogs/Extensions", that extend functionality of your bot. Additions to the library are welcome.

Using it

var bot = new fbhInstance();
bot.login('token');
bot.setCog('cog link');

NOTE: You'll have to bundle your own interface with the core.

Features

Injects a layer of FBH options and cogs in Discord.js webpack version

Cogs

Cogs are the "commands" or "brains" of the bot, which should make the bot more functional than before. Using cogs, it's possible to convert your existing Discord.js bot to a FBH cog.

About

Open-source Discord.js webpack injector, no installation, client-sided bot hosting service.

Resources

License

Stars

Watchers

Forks

Packages

No packages published