diff --git a/jarvis/cogs/dev.py b/jarvis/cogs/dev.py index d6ecf01..7c014f7 100644 --- a/jarvis/cogs/dev.py +++ b/jarvis/cogs/dev.py @@ -108,7 +108,7 @@ class DevCog(commands.Cog): await ctx.send(f"UUID{version} requires data.") return if version == 4: - await ctx.send(f"UUID4: `{uuid.uuid4()}``") + await ctx.send(f"UUID4: `{uuid.uuid4()}`") else: to_send = None if OID_VERIFY.match(data):