Skip to content

Commit aaf9020

Browse files
committed
Formatting changes
1 parent 412df1b commit aaf9020

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

modules/operation/factoids.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ async def has_manage_factoids_role(ctx: commands.Context) -> bool:
7171
)
7272

7373

74-
async def has_manage_factoids_role_interaction(interaction: discord.Interaction) -> bool:
74+
async def has_manage_factoids_role_interaction(
75+
interaction: discord.Interaction,
76+
) -> bool:
7577
"""A command check to determine if the invoker is allowed to modify basic factoids
7678
7779
Args:
@@ -86,6 +88,7 @@ async def has_manage_factoids_role_interaction(interaction: discord.Interaction)
8688
configuration.get_config_entry(interaction.guild.id, "factoids_manage_roles"),
8789
)
8890

91+
8992
async def has_admin_factoids_role(ctx: commands.Context) -> bool:
9093
"""A command check to determine if the invoker is allowed to modify factoid properties
9194

0 commit comments

Comments
 (0)