From 30057b277902ffe15e9bfe5c09112bd59ce57162 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Sk=C3=BDpala?= Date: Wed, 17 May 2023 20:56:30 +0200 Subject: [PATCH] Added missing dot --- hrochobot/cogs/roles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hrochobot/cogs/roles.py b/hrochobot/cogs/roles.py index 10c8afe..7c86089 100644 --- a/hrochobot/cogs/roles.py +++ b/hrochobot/cogs/roles.py @@ -28,7 +28,7 @@ class Roles(commands.Cog): data.dump_guild_data(ctx.author.guild.id, ROLES_JSON, roles) return await ctx.respond(f"Secret role {role.mention} added with password {password}.", ephemeral=True) - @secret_roles.command(description="Lists all passwords and their secret roles") + @secret_roles.command(description="Lists all passwords and their secret roles.") async def list(self, ctx): roles = data.load_guild_data(ctx.author.guild.id, ROLES_JSON) if len(roles["secret_roles"]) == 0: