Skip to content

Commit ef3b9ed

Browse files
+ Added space
1 parent e3388da commit ef3b9ed

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/cogs/error_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ async def on_command_error(self, ctx, error):
8585

8686

8787
async def setup(client: commands.Bot):
88-
await client.add_cog(ErrorManager(client))
88+
await client.add_cog(ErrorManager(client))

src/cogs/help_command.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,5 @@ async def add_to_embed(cmd):
102102

103103

104104
async def setup(client: commands.Bot):
105-
await client.add_cog(Help(client))
105+
await client.add_cog(Help(client))
106+

0 commit comments

Comments
 (0)