Skip to content

Commit 07ce5d7

Browse files
authored
Quick fix
1 parent 1ec9acb commit 07ce5d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
@bot.command()
1616
async def update(ctx):
1717
if ctx.author.id in config.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())
1919
embed.set_footer(text=f'Requested by {ctx.author}', icon_url=ctx.author.avatar.url)
2020
await ctx.send(ephemeral=True, embed=embed)
2121
embed = disnake.Embed(title="Updating...", description="Updating the bot from Github...", color=disnake.Color.random())

0 commit comments

Comments
 (0)