diff --git a/src/API/getWatchdogStats.ts b/src/API/getWatchdogStats.ts index b3ed4f78..df6579f0 100644 --- a/src/API/getWatchdogStats.ts +++ b/src/API/getWatchdogStats.ts @@ -1,6 +1,6 @@ import WatchdogStats from '../structures/Watchdog/Stats'; -export default async function (this:any) { +export default async function (this: any) { // eslint-disable-next-line no-underscore-dangle const res = await this._makeRequest('/punishmentstats'); if (res.raw) return res;