Skip to content

Commit

Permalink
Fixed update_settings descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
dorythecat committed Aug 17, 2024
1 parent b559299 commit b8b1a80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cogs/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ async def setup_logs(self,
async def update_settings(self,
ctx: discord.ApplicationContext,
clean_logs: discord.Option(discord.SlashCommandOptionType.boolean,
description="Should the bot clean up the logs"
description="Should the bot clean up the logs "
"made by other bots?") = False,
brackets: discord.Option(discord.SlashCommandOptionType.boolean,
description="Do we use brackets for"
description="Do we use brackets for "
"transformations?") = False) -> None:
utils.write_transformed(ctx.guild, clear_other_logs=clean_logs, affixes=brackets)
await ctx.respond("Bot settings have been updated!", ephemeral=True)
Expand Down

0 comments on commit b8b1a80

Please sign in to comment.