aboutsummaryrefslogtreecommitdiff
path: root/cogs
diff options
context:
space:
mode:
authorThomas Voss <57815710+Mango0x45@users.noreply.github.com>2020-06-03 22:57:53 +0000
committerGitHub <noreply@github.com>2020-06-03 22:57:53 +0000
commitcb2a68cb27a144129f1104fe7a1eb1993b2a293f (patch)
tree37685980406c37418b03b3e34e2158d955c00881 /cogs
parentc85f661380187239d9bedf01c6e49f1fe754d3eb (diff)
downloadsteve-bot-cb2a68cb27a144129f1104fe7a1eb1993b2a293f.tar
steve-bot-cb2a68cb27a144129f1104fe7a1eb1993b2a293f.tar.gz
steve-bot-cb2a68cb27a144129f1104fe7a1eb1993b2a293f.tar.bz2
steve-bot-cb2a68cb27a144129f1104fe7a1eb1993b2a293f.tar.lz
steve-bot-cb2a68cb27a144129f1104fe7a1eb1993b2a293f.tar.xz
steve-bot-cb2a68cb27a144129f1104fe7a1eb1993b2a293f.tar.zst
steve-bot-cb2a68cb27a144129f1104fe7a1eb1993b2a293f.zip
Fixed a typographical error
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: