From 9324afae5553144e24da60c0583d1b2a9e790e50 Mon Sep 17 00:00:00 2001 From: gc <30398469+gc@users.noreply.github.com> Date: Mon, 19 Feb 2024 12:53:39 +1100 Subject: [PATCH] fix --- src/mahoji/commands/tames.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/mahoji/commands/tames.ts b/src/mahoji/commands/tames.ts index f60dbcf346..fc34e9c002 100644 --- a/src/mahoji/commands/tames.ts +++ b/src/mahoji/commands/tames.ts @@ -1,7 +1,7 @@ import { bold, time } from '@discordjs/builders'; import { Canvas, Image, loadImage, SKRSContext2D } from '@napi-rs/canvas'; import { mentionCommand } from '@oldschoolgg/toolkit'; -import { Tame, tame_growth, TameActivity } from '@prisma/client'; +import { Tame, tame_growth } from '@prisma/client'; import { toTitleCase } from '@sapphire/utilities'; import { ChatInputCommandInteraction, User } from 'discord.js'; import { @@ -44,7 +44,6 @@ import { tameKillableMonsters, tameSpecies, TameSpeciesID, - TameTaskOptions, TameType } from '../../lib/tames'; import {