Skip to content

Commit

Permalink
roles
Browse files Browse the repository at this point in the history
  • Loading branch information
geirawsm committed Jul 30, 2024
1 parent f86bf6e commit 342d7f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sausage_bot/cogs/roles.py
Original file line number Diff line number Diff line change
Expand Up @@ -1456,7 +1456,7 @@ async def add_settings(
await db_helper.insert_many_all(
template_info=envs.roles_db_settings_schema,
inserts=[
(_setting, role_in)
(_setting, str(role_in))
]
)
# TODO i18n
Expand Down

0 comments on commit 342d7f3

Please sign in to comment.