Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
paixlukee committed Feb 19, 2025
1 parent 229838b commit a005dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ async def shutdown(self, ctx):
async def pull(self, ctx):
if ctx.author.id == 396153668820402197:
msg = await ctx.send("Pulling..")
shell = await self.run_cmd('git pull Bistro --no-commit --no-edit --ff-only master')
shell = await self.run_cmd('git pull Bistro --no-commit --no-edit master')
shell = str(shell)
shell = shell.replace("https://github.com/paixlukee/BistroBot", "Github")
embed = discord.Embed(description=f"```css\n{shell}```")
Expand Down

0 comments on commit a005dde

Please sign in to comment.