Skip to content

Commit

Permalink
fix duplicate edgecog
Browse files Browse the repository at this point in the history
  • Loading branch information
DigiDuncan committed Jan 3, 2023
1 parent bc42560 commit 2b0b4e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sizebot/cogs/limits.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
logger = logging.getLogger("sizebot")


class EdgeCog(commands.Cog):
class LimitCog(commands.Cog):
"""Commands to create or clear edge users."""

def __init__(self, bot):
Expand Down Expand Up @@ -117,4 +117,4 @@ async def on_message(self, m):


async def setup(bot):
await bot.add_cog(EdgeCog(bot))
await bot.add_cog(LimitCog(bot))

0 comments on commit 2b0b4e5

Please sign in to comment.