aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnInternetTroll <lucafulger@gmail.com>2020-05-28 13:28:36 +0000
committerAnInternetTroll <lucafulger@gmail.com>2020-05-28 13:28:36 +0000
commit3f343f61f761b7f43e9faa4bc716200d43784de7 (patch)
tree3f2542978bce85fc8c77e8aeb4ffdaa3fc343b1f
parenta38de40066f00e008b1fcf2b6cd51ea5cd6005a8 (diff)
downloadsteve-bot-3f343f61f761b7f43e9faa4bc716200d43784de7.tar
steve-bot-3f343f61f761b7f43e9faa4bc716200d43784de7.tar.gz
steve-bot-3f343f61f761b7f43e9faa4bc716200d43784de7.tar.bz2
steve-bot-3f343f61f761b7f43e9faa4bc716200d43784de7.tar.lz
steve-bot-3f343f61f761b7f43e9faa4bc716200d43784de7.tar.xz
steve-bot-3f343f61f761b7f43e9faa4bc716200d43784de7.tar.zst
steve-bot-3f343f61f761b7f43e9faa4bc716200d43784de7.zip
modified: cogs/admin.py
-rwxr-xr-xcogs/admin.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/cogs/admin.py b/cogs/admin.py
index 4d37003..1e3777b 100755
--- a/cogs/admin.py
+++ b/cogs/admin.py
@@ -23,8 +23,7 @@ class Admin(commands.Cog):
@commands.check(is_mod)
async def pull(self, ctx):
g = git.cmd.Git(os.getcwd())
- g.pull()
- await ctx.send("Probably pulled.")
+ await ctx.send(f"Probably pulled.\n```bash\n{g.pull()}```")
@commands.command(aliases=['addcommand', 'newcommand'])
@commands.check(is_mod)