mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 14:02:02 +00:00
fix(Webhook): APIMessage require should be a const
This commit is contained in:
parent
c0a9b08e73
commit
0ab69c5ad4
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
const DataResolver = require('../util/DataResolver');
|
||||
const Channel = require('./Channel');
|
||||
let APIMessage = require('./APIMessage');
|
||||
const APIMessage = require('./APIMessage');
|
||||
|
||||
/**
|
||||
* Represents a webhook.
|
||||
|
|
|
|||
Loading…
Reference in a new issue