Skip to content

Commit

Permalink
Fixed the class
Browse files Browse the repository at this point in the history
  • Loading branch information
nottherealtar authored Mar 6, 2024
1 parent 01e1547 commit 2744eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion count4u/count4u.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from redbot.core import commands, Config
from asyncio import sleep

class InfiniCount(commands.Cog):
class Count4U(commands.Cog):
"""Cog for automated counting in the InfiniCount channel."""

def __init__(self, bot):
Expand Down

0 comments on commit 2744eb9

Please sign in to comment.