Skip to content

Commit d367dc4

Browse files
authored
Update main.py
1 parent 706e9d1 commit d367dc4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

main.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ async def update(ctx):
2222
embed.set_footer(text=f'Requested by {ctx.author}', icon_url=ctx.author.avatar.url)
2323
await ctx.send(embed=embed)
2424
os.system("git pull")
25-
embed = disnake.Embed(title="Updated!", description="Updated the bot from Github!", color=disnake.Color.random())
26-
embed.set_footer(text=f'Requested by {ctx.author}', icon_url=ctx.author.avatar.url)
27-
await ctx.send(embed=embed)
25+
# embed = disnake.Embed(title="Updated!", description="Updated the bot from Github!", color=disnake.Color.random())
26+
# embed.set_footer(text=f'Requested by {ctx.author}', icon_url=ctx.author.avatar.url)
27+
# await ctx.send(embed=embed)
2828
embed = disnake.Embed(title="Restarting...", description=f'Restarting the bot... If the bot crashes then please check if config needs to be updated or if you need to install a pip module. Report any bugs on the GitHub Located [Here](https://github.com/Person0z/discord.py-template/)', color=disnake.Color.random())
2929
embed.set_footer(text=f'Requested by {ctx.author}', icon_url=ctx.author.avatar.url)
3030
await ctx.send(embed=embed)

0 commit comments

Comments
 (0)