diff --git a/bot/modules/stats/setprofile.py b/bot/modules/stats/setprofile.py index 9618b388..550d793a 100644 --- a/bot/modules/stats/setprofile.py +++ b/bot/modules/stats/setprofile.py @@ -98,6 +98,8 @@ async def cmd_setprofile(ctx, flags): return await ctx.error_reply( f"Sorry, you can have a maximum of `{MAX_TAGS}` tags!" ) + if tagid == 0: + return await ctx.error_reply("Tags start at `1`!") # Retrieve the user's current taglist rows = profile_tags.select_where(