Skip to content

Commit

Permalink
fix for wrong bot class
Browse files Browse the repository at this point in the history
  • Loading branch information
iyad-f committed Oct 8, 2024
1 parent a8e8f35 commit fdd74f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


# Set up a custom class for core functionality.
class IgKnite(commands.Bot):
class IgKnite(commands.AutoShardedBot):
"""
A subclassed version of `commands.AutoShardedBot`.\n
Basically works as the core class for all-things IgKnite!
Expand Down

0 comments on commit fdd74f6

Please sign in to comment.