From 2356d2c44736fb83021dacb551625852111c8ce6 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Thu, 18 Aug 2022 22:42:12 -0400 Subject: restructure, experimental presence and member automod, fixed bugs probably made some more bugs --- src/tasks/stats/guildCount.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tasks/stats') diff --git a/src/tasks/stats/guildCount.ts b/src/tasks/stats/guildCount.ts index 262f00c..f52dc95 100644 --- a/src/tasks/stats/guildCount.ts +++ b/src/tasks/stats/guildCount.ts @@ -1,5 +1,5 @@ import { BushTask, Time } from '#lib'; -import { GuildCount } from '../../lib/models/shared/GuildCount.js'; +import { GuildCount } from '../../../lib/models/shared/GuildCount.js'; export default class GuildCountTask extends BushTask { public constructor() { -- cgit