Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.

Commit

Permalink
Update addonmanager.py
Browse files Browse the repository at this point in the history
  • Loading branch information
222ryan authored Apr 2, 2022
1 parent e014994 commit 96c41c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion System/addonmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ async def addon(self, ctx, addon: str = None):
embed.add_field(name="📢 Status", value=f"`{config['Prefix']}addon status`", inline=False)
await ctx.reply(embed=embed)
else:
if addon.title() not in ["Vocal", "Clan", "Extras", "Status"]:
if addon.title() not in ["Vocal", "Clan", "Extras", "Status", "Prestige"]:
await ctx.reply("❌ **Addon not found**")
else:
link = "https://github.com/KumosLab/Discord-Levels-Bot.git"
Expand Down

0 comments on commit 96c41c9

Please sign in to comment.