File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 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):
347347 await context .command (context )
348348
349349 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.
351351
352352 Parameters
353353 ------------
@@ -367,7 +367,7 @@ def load_module(self, name: str) -> None:
367367 self ._modules [name ] = module
368368
369369 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.
371371
372372 Parameters
373373 ----------
@@ -402,7 +402,7 @@ def unload_module(self, name: str) -> None:
402402 del sys .modules [m ]
403403
404404 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.
406406
407407 Parameters
408408 ----------
You can’t perform that action at this time.
0 commit comments