2.1.1 • Published 2 years ago

@gcommands/events v2.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

OFFICIAL ADDON FOR GCOMMANDS

Installation

Install with npm / yarn / pnpm:

npm install @gcommands/events
yarn add @gcommands/events
pnpm add @gcommands/events
const { GEvents } = require("@gcommands/events");
const { Client } = require("discord.js");
const { join } = require("path");
const client = new Client();

client.on("ready", () => {
    new GEvents(client, {
        eventDir: join(__dirname, "events")
    })
}) 

client.login("token")
2.1.1

2 years ago

2.0.9

2 years ago

2.1.0

2 years ago

2.0.7

2 years ago

2.0.8

2 years ago

2.0.6

3 years ago

2.0.5

3 years ago

2.0.3

3 years ago

2.0.4

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago