File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -347,7 +347,7 @@ async def invoke(self, context):
347
347
await context .command (context )
348
348
349
349
def load_module (self , name : str ) -> None :
350
- """Method which loads a module and it's cogs.
350
+ """Method which loads a module and its cogs.
351
351
352
352
Parameters
353
353
------------
@@ -367,7 +367,7 @@ def load_module(self, name: str) -> None:
367
367
self ._modules [name ] = module
368
368
369
369
def unload_module (self , name : str ) -> None :
370
- """Method which unloads a module and it's cogs.
370
+ """Method which unloads a module and its cogs.
371
371
372
372
Parameters
373
373
----------
@@ -402,7 +402,7 @@ def unload_module(self, name: str) -> None:
402
402
del sys .modules [m ]
403
403
404
404
def reload_module (self , name : str ):
405
- """Method which reloads a module and it's cogs.
405
+ """Method which reloads a module and its cogs.
406
406
407
407
Parameters
408
408
----------
You can’t perform that action at this time.
0 commit comments