Skip to content

Commit 19ceb02

Browse files
committed
Update README.md
1 parent 41f0633 commit 19ceb02

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@
1111
from discommand.entry import inject
1212
from discommand.ext.events import process_message
1313

14-
from discord.ext.commands import AutoShardedBot
14+
from discord import AutoShardedClient
1515

1616

17-
class YourBot(AutoShardedBot):
17+
18+
class YourBot(AutoShardedClient):
1819
super().__init__(
1920
command_prefix="!",
2021
case_insensitive=True)

0 commit comments

Comments
 (0)