aboutsummaryrefslogtreecommitdiffstats
path: root/bot/bot.py
diff options
context:
space:
mode:
authorGravatar Mark <[email protected]>2019-03-20 16:15:07 -0700
committerGravatar GitHub <[email protected]>2019-03-20 16:15:07 -0700
commit6d7f12fc8729f019b01cb795941ae90c620cdf82 (patch)
tree14a70718c1baa75a835ff279c6e85fb5cdd35424 /bot/bot.py
parentUpdate 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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/bot.py b/bot/bot.py
index 2885379c..96caf9e3 100644
--- a/bot/bot.py
+++ b/bot/bot.py
@@ -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())