From a4b2facdd51ed7cff7e045e62d12c93797df0e11 Mon Sep 17 00:00:00 2001 From: Shom770 <82843611+Shom770@users.noreply.github.com> Date: Wed, 13 Oct 2021 22:02:37 -0400 Subject: organizing score board (scoreboard.py) --- bot/exts/utilities/trivianight.py | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 bot/exts/utilities/trivianight.py (limited to 'bot/exts/utilities/trivianight.py') diff --git a/bot/exts/utilities/trivianight.py b/bot/exts/utilities/trivianight.py deleted file mode 100644 index 29a9e3d1..00000000 --- a/bot/exts/utilities/trivianight.py +++ /dev/null @@ -1,15 +0,0 @@ -from discord.ext import commands - -from bot.bot import Bot - - -class TriviaNight(commands.Cog): - """Cog for the Python Trivia Night event.""" - - def __init__(self, bot: Bot): - self.bot = bot - - -def setup(bot: Bot) -> None: - """Load the TriviaNight cog.""" - bot.add_cog(TriviaNight(bot)) -- cgit v1.2.3