Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
snazzyfox committed Aug 20, 2023
1 parent 4e062b7 commit 2fc9c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dingomata/discord_bot/commands/roles.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ async def assign_role(ctx: lightbulb.UserContext) -> None:
role = ctx.app.cache.get_role(role_id)
dropdown.add_option(role.name, str(role.id))
await ctx.respond(
title=f'Select a role to add for {ctx.options.target.display_name}',
content=f'Select a role to add for {ctx.options.target.display_name}',
component=component,
)

Expand Down

0 comments on commit 2fc9c27

Please sign in to comment.