aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/cogs/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/utils.py b/bot/cogs/utils.py
index 68a24a446..62d46d5a1 100644
--- a/bot/cogs/utils.py
+++ b/bot/cogs/utils.py
@@ -38,7 +38,7 @@ class Utils:
else:
return await ctx.invoke(self.bot.get_command("help"), "pep")
- possible_extensions = ['.rst', '.txt']
+ possible_extensions = ['.txt', '.rst']
found_pep = False
for extension in possible_extensions:
# Attempt to fetch the PEP