diff options
author | 2019-03-20 19:15:42 -0400 | |
---|---|---|
committer | 2019-03-20 19:15:42 -0400 | |
commit | 2210c5d1cbdc814db70fb7ec2bcfad38a092e678 (patch) | |
tree | 62d68d57d89024c9dbf533289129e2be5efbb63f | |
parent | Remove unnecessary pass statement (diff) | |
parent | Rephrase docstring to be consistent with function verbage (diff) |
Merge remote-tracking branch 'origin/flake8-docstring' into flake8-docstring
-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()) |