From 0caccda67d97dd74405aa4ece5d3f07e7c7dfc66 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Wed, 26 May 2021 21:36:50 -0400 Subject: some rebranding --- src/tasks/Unban.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tasks') diff --git a/src/tasks/Unban.ts b/src/tasks/Unban.ts index c6f9a01..6b9d82e 100644 --- a/src/tasks/Unban.ts +++ b/src/tasks/Unban.ts @@ -1,10 +1,10 @@ import chalk from 'chalk'; import { DiscordAPIError } from 'discord.js'; import { Op } from 'sequelize'; -import { BotTask } from '../lib/extensions/BotTask'; +import { BushTask } from '../lib/extensions/BushTask'; import { Ban } from '../lib/models'; -export default class UnbanTask extends BotTask { +export default class UnbanTask extends BushTask { constructor() { super('unban', { delay: 30_000, // 1/2 min -- cgit