Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
fix: class name
Browse files Browse the repository at this point in the history
  • Loading branch information
VaibhavSys committed Jun 25, 2024
1 parent f8503d7 commit f07da73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/exts/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from exts.help import LinkView


class Utils(commands.Cog):
class Fun(commands.Cog):
def __init__(self, bot: Bot):
self.bot = bot

Expand All @@ -30,4 +30,4 @@ async def google(


def setup(bot: Bot):
bot.add_cog(Utils(bot))
bot.add_cog(Fun(bot))

0 comments on commit f07da73

Please sign in to comment.