From 6d7f12fc8729f019b01cb795941ae90c620cdf82 Mon Sep 17 00:00:00 2001 From: Mark Date: Wed, 20 Mar 2019 16:15:07 -0700 Subject: Rephrase docstring to be consistent with function verbage Co-Authored-By: sco1 --- bot/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/bot.py') 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()) -- cgit v1.2.3