aboutsummaryrefslogtreecommitdiff
path: root/cogs
diff options
context:
space:
mode:
Diffstat (limited to 'cogs')
-rw-r--r--cogs/admin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cogs/admin.py b/cogs/admin.py
index 05be209..2bf7750 100644
--- a/cogs/admin.py
+++ b/cogs/admin.py
@@ -58,7 +58,7 @@ class Admin(commands.Cog):
"""Reloads an extension"""
try:
self.bot.reload_extension(f'cogs.{ext}')
- await ctx.send(f'The extension {ext} was reloaded!')
+ await ctx.send(f'The extension {ext} was realoaded!') # Oceanlight told me too
except commands.ExtensionNotFound:
await ctx.send(f'The extension {ext} doesn\'t exist.')
except commands.ExtensionNotLoaded: