0.0.1-snapshot • Published 3 years ago

aoi.js-colors v0.0.1-snapshot

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Aoi.js-colors

How to use?

Well you don't need to put the color code just its name in the example: instead of putting 000000 put BLACK to make your life easier when creating your discord bot in aoi.js

const aoijs = require("aoi.js")

const bot = new aoijs.Bot({
token: "TOKEN", //Discord Bot Token
prefix: "PREFIX" //Discord Bot Prefix
})
bot.onMessage() //Allows to execute Commands

bot.command({
name: "embed", //Trigger name (command name)
code: `$color[BLACK]` //Embed color is BLACK
})

Available colors

PINK

BLUE

GREEN

RED

PURPLE

More soon :)