You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: main.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@
15
15
@bot.command()
16
16
asyncdefupdate(ctx):
17
17
ifctx.author.idinconfig.owner_ids:
18
-
embed=diskane.Embed(title="Requires GIT. Please install if you do not have it.", description="Bot will still attempt to update. Even if you don't have GIT", color=config.Error())
18
+
embed=disnake.Embed(title="Requires GIT. Please install if you do not have it.", description="Bot will still attempt to update. Even if you don't have GIT", color=config.Error())
19
19
embed.set_footer(text=f'Requested by {ctx.author}', icon_url=ctx.author.avatar.url)
20
20
awaitctx.send(ephemeral=True, embed=embed)
21
21
embed=disnake.Embed(title="Updating...", description="Updating the bot from Github...", color=disnake.Color.random())
0 commit comments