Skip to content

Commit

Permalink
Fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
ToothyDev committed Apr 10, 2024
1 parent 8b2d560 commit f2f3e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/blacklist.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def __init__(self, bot: Bot):

@slash_command()
@commands.is_owner()
@option("server", discord.Guild, description="The server of the server to blacklist")
@option("server", discord.Guild, description="The server to blacklist")
@option("reason", str, description="The reason for the blacklist")
async def blacklist(self, ctx, server, reason):
""" Blacklist a server from the bot """
Expand Down

0 comments on commit f2f3e47

Please sign in to comment.