fix: correctly import events
Events are currently incorrectly imported (there is no '../../util/Events').
This commit is contained in:
parent
1a3c25d8c5
commit
96adb87886
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
const Action = require('./Action');
|
const Action = require('./Action');
|
||||||
const GuildAuditLogsEntry = require('../../structures/GuildAuditLogs').Entry;
|
const GuildAuditLogsEntry = require('../../structures/GuildAuditLogs').Entry;
|
||||||
const Events = require('../../util/Events');
|
const { Events } = require('../../util/Constants');
|
||||||
|
|
||||||
class GuildAuditLogEntryCreateAction extends Action {
|
class GuildAuditLogEntryCreateAction extends Action {
|
||||||
handle(data) {
|
handle(data) {
|
||||||
|
Loading…
Reference in New Issue
Block a user