Skip to content
This repository has been archived by the owner on Jul 2, 2022. It is now read-only.

Commit

Permalink
\Merge branch 'main' of https://github.com/naticoo/framework
Browse files Browse the repository at this point in the history
  • Loading branch information
Tricked-dev committed Jun 19, 2021
2 parents fe63d38 + 586e9c2 commit 7c49dcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/struct/NaticoHandler.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { EventEmitter } from "../../deps.ts";

export class NaticoHandler extends EventEmitter {
client
directory
modules
client;
directory;
modules;
constructor(client, { directory }) {
super();
this.client = client;
Expand Down

0 comments on commit 7c49dcf

Please sign in to comment.