Fix monospace error on UUID4
This commit is contained in:
parent
e72f6e3c01
commit
5bd1e35e64
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ class DevCog(commands.Cog):
|
||||||
await ctx.send(f"UUID{version} requires data.")
|
await ctx.send(f"UUID{version} requires data.")
|
||||||
return
|
return
|
||||||
if version == 4:
|
if version == 4:
|
||||||
await ctx.send(f"UUID4: `{uuid.uuid4()}``")
|
await ctx.send(f"UUID4: `{uuid.uuid4()}`")
|
||||||
else:
|
else:
|
||||||
to_send = None
|
to_send = None
|
||||||
if OID_VERIFY.match(data):
|
if OID_VERIFY.match(data):
|
||||||
|
|
Loading…
Add table
Reference in a new issue