Skip to content

Commit

Permalink
[ThreadOpener] capitalize
Browse files Browse the repository at this point in the history
  • Loading branch information
japandotorg committed Oct 13, 2023
1 parent 37defff commit b801328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion threadopener/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ async def _channels(
channels = len(channels) # type: ignore

await ctx.send(
f"{'added' if add_or_remove.lower() == 'add' else 'removed'} "
f"{'Added' if add_or_remove.lower() == 'add' else 'Removed'} "
f"{channels} {'channel' if channels == 1 else 'channels'}."
)

Expand Down

0 comments on commit b801328

Please sign in to comment.