diff options
author | 2019-03-20 16:15:07 -0700 | |
---|---|---|
committer | 2019-03-20 16:15:07 -0700 | |
commit | 6d7f12fc8729f019b01cb795941ae90c620cdf82 (patch) | |
tree | 14a70718c1baa75a835ff279c6e85fb5cdd35424 /bot/bot.py | |
parent | Update awkward docstring syntax (diff) |
Rephrase docstring to be consistent with function verbage
Co-Authored-By: sco1 <[email protected]>
Diffstat (limited to 'bot/bot.py')
-rw-r--r-- | bot/bot.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ class SeasonalBot(Bot): ) def load_extensions(self, exts: List[str]): - """Unload all current cogs, then load in the ones passed into `cogs`.""" + """Unload all current extensions, then load the given extensions.""" # Unload all cogs extensions = list(self.extensions.keys()) |