mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 09:26:10 +00:00
Reformat entire project with ruff instead of black
This commit is contained in:
@ -31,7 +31,6 @@ class CustomBot(commands.Bot):
|
||||
self.initial_extensions = initial_extensions
|
||||
|
||||
async def setup_hook(self) -> None:
|
||||
|
||||
# here, we are loading extensions prior to sync to ensure we are syncing interactions defined in those extensions.
|
||||
|
||||
for extension in self.initial_extensions:
|
||||
@ -53,7 +52,6 @@ class CustomBot(commands.Bot):
|
||||
|
||||
|
||||
async def main():
|
||||
|
||||
# When taking over how the bot process is run, you become responsible for a few additional things.
|
||||
|
||||
# 1. logging
|
||||
|
Reference in New Issue
Block a user