Skip to content

Commit de8960c

Browse files
authored
Merge pull request #520 from pycord/trail
Random Lines In commands.bot
2 parents 64cd967 + 18015e0 commit de8960c

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

discord/ext/commands/bot.py

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -922,22 +922,6 @@ async def on_message(self, message):
922922
await self.process_commands(message)
923923

924924

925-
926-
927-
928-
929-
930-
931-
932-
933-
934-
935-
936-
937-
938-
939-
940-
941925
class Bot(BotBase, discord.Bot):
942926
"""Represents a discord bot.
943927

0 commit comments

Comments
 (0)