mirror of
https://github.com/danbulant/discord.js
synced 2026-05-26 13:32:04 +00:00
fix constants reference
This commit is contained in:
parent
0b908f5bce
commit
0c32e590a8
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ const path = require('path');
|
|||
const fs = require('fs');
|
||||
const request = require('superagent');
|
||||
|
||||
const Constants = require('../util/constants');
|
||||
const Constants = require('../util/Constants');
|
||||
const User = require(`../structures/User`);
|
||||
const Message = require(`../structures/Message`);
|
||||
const Guild = require(`../structures/Guild`);
|
||||
|
|
|
|||
Loading…
Reference in a new issue