Skip to content

Commit

Permalink
Update eventHandler.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Laxuzer committed Jan 4, 2022
1 parent 4e6e455 commit 2e3de8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/auto/eventHandler.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const Handler = require("../../base/Handler");
const { readdirSync } = require('fs');

module.exports = class EventHandler extends Handler {
module.exports = class CmdHandler extends Handler {
constructor(client) {
super({
name: 'EventHandler',
Expand Down

0 comments on commit 2e3de8f

Please sign in to comment.