Skip to content

Commit

Permalink
fix models, do not use tags
Browse files Browse the repository at this point in the history
  • Loading branch information
bghira committed Mar 17, 2024
1 parent a5430f9 commit 7b60762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord_tron_master/cogs/models/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ async def model_add(self, ctx, full_model_name: str, model_type: str, *, descrip
recommended_positive="set a recommended positive string for this model with `!model-positive <model_id> <positive_string>`",
approved=addition_status,
description=description,
tags=json.dumps(model_details.tags),
tags="",
added_by=user_id,
)
except Exception as e:
Expand Down

0 comments on commit 7b60762

Please sign in to comment.