diff --git a/extensions/click_game.py b/extensions/click_game.py
index ef92cd97748d9abf41d999a2ead9c1226361a1d7..927a8f299f3c5fb5a22a2ffe93b8c529ffdad680 100644
--- a/extensions/click_game.py
+++ b/extensions/click_game.py
@@ -1,20 +1,12 @@
-import json
 import os
 import random
-from asyncio import sleep
-from copy import deepcopy
-from os.path import exists
-from random import SystemRandom
-from typing import Union, Dict
+from typing import Dict
 from datetime import datetime, timedelta
 
 import discord
-from discord import app_commands, Guild, Interaction, ButtonStyle, File, Message, Embed
+from discord import app_commands, Guild, Interaction, ButtonStyle, Message, Embed
 from discord.app_commands import Choice
 from discord.ext import commands, tasks
-from discord.utils import escape_markdown
-
-from utils import send_dm