mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 13:02:38 +00:00
Remove unused Util require
This commit is contained in:
parent
4f5cbbc0f0
commit
3c532f16bc
1 changed files with 0 additions and 1 deletions
|
|
@ -1,6 +1,5 @@
|
|||
const AbstractHandler = require('./AbstractHandler');
|
||||
const Constants = require('../../../../util/Constants');
|
||||
const Util = require('../../../../util/Util');
|
||||
|
||||
class PresenceUpdateHandler extends AbstractHandler {
|
||||
handle(packet) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue