Giter Club home page Giter Club logo

dotaoi's Introduction

dotaoi

.aoi is a file extension created by me to make creating commands in AOI.JS easier.


How to setup

Below we will have a list of commands for you to setup this "plugin".

Install package

Execute this command first:

npm i https://github.com/apenasigordev/dotaoi

Environment Variables

After that, create a file called .env, and put this:

TOKEN="YOUR BOT TOKEN"

Create Commands

Now go to the commands folder and create the command you want.

NOTE: all commands needs starts with NAME {commandName}; ALIASES {["commandAliase1", "commandAliase2"] (optional)}; to set command name and aliases

Categories

Go to index.js and on the last line put this:

aoiFile.loadCommands(bot, true) // Just add "true"

Now you can separate the files by categories, creating a file with the name of the category you want.

This is already set to true, but if you don't want categories, just remove it.

Custom extension

You also can change from .aoi to .{something}.

Go to index.js and on the last line put this:

aoiFile.loadCommands(bot, true, ".owo") // Just add ".owo"

Now rename all .aoi files extension to the file extension you put.

dotaoi's People

Contributors

igorwastaken avatar

Stargazers

Caio avatar yKiwiSky_ avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.