mirror of
https://github.com/danbulant/discord.js
synced 2026-06-09 17:52:55 +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 AbstractHandler = require('./AbstractHandler');
|
||||||
const Constants = require('../../../../util/Constants');
|
const Constants = require('../../../../util/Constants');
|
||||||
const Util = require('../../../../util/Util');
|
|
||||||
|
|
||||||
class PresenceUpdateHandler extends AbstractHandler {
|
class PresenceUpdateHandler extends AbstractHandler {
|
||||||
handle(packet) {
|
handle(packet) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue