aoijs / aoi.js

aoi.js - The most advanced string-based package to create a Discord Bot fast and powerful.
https://aoi.js.org
Apache License 2.0
332 stars 132 forks source link

$alwaysExecute as an event type #548

Closed papaaj closed 7 months ago

papaaj commented 8 months ago

Featuring Type

Callback

So, what is it about?

I think $alwaysExecute should be as an event type, for example:

module.exports = [{ type: "always-execute", name: "command", code: `

`}

idk if this was suggested, but I didn't see any similiar post

Code of Conduct

Faf4a commented 8 months ago

Technically it's just the "messageCreate" event without the check for prefix.

Leref commented 7 months ago

It can be as an event type but it's fine how it is for now.