aoi.js-colors

0.0.1-snapshot • Public • Published

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 :)

Readme

Keywords

none

Package Sidebar

Install

npm i aoi.js-colors

Weekly Downloads

0

Version

0.0.1-snapshot

License

ISC

Unpacked Size

1.12 kB

Total Files

3

Last publish

Collaborators

  • srrafah_