aboutsummaryrefslogtreecommitdiff
path: root/src/tasks/cache/updatePriceItemCache.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/tasks/cache/updatePriceItemCache.ts')
-rw-r--r--src/tasks/cache/updatePriceItemCache.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tasks/cache/updatePriceItemCache.ts b/src/tasks/cache/updatePriceItemCache.ts
index bafbfaf..04ae19a 100644
--- a/src/tasks/cache/updatePriceItemCache.ts
+++ b/src/tasks/cache/updatePriceItemCache.ts
@@ -1,7 +1,7 @@
-import { BushTask, Time } from '#lib';
+import { BotTask, Time } from '#lib';
import PriceCommand, { AuctionAverages, Bazaar, LowestBIN } from '../../commands/utilities/price.js';
-export default class UpdatePriceItemCache extends BushTask {
+export default class UpdatePriceItemCache extends BotTask {
public constructor() {
super('updatePriceItemCache', {
delay: 10 * Time.Minute,