Fix jimmy filter message

This commit is contained in:
Nexus 2023-03-14 10:44:16 +00:00
parent 71a15c8c4f
commit ec9f8417f4
Signed by: nex
GPG key ID: 0FA334385D0B689F
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="dataSourceStorageLocal" created-in="PY-223.8617.48">
<component name="dataSourceStorageLocal" created-in="PY-223.8836.34">
<data-source name="main" uuid="28efee07-d306-4126-bf69-01008b4887e2">
<database-info product="SQLite" version="3.39.2" jdbc-version="2.1" driver-name="SQLite JDBC" driver-version="3.39.2.0" dbms="SQLITE" exact-version="3.39.2" exact-driver-version="3.39">
<identifier-quote-string>&quot;</identifier-quote-string>

View file

@ -653,7 +653,7 @@ class OtherCog(commands.Cog):
if not okay:
return await ctx.edit(
content="That domain is blacklisted, doesn't exist, or there was no answer from the DNS server."
f" ({result!r})"
f" ({okay!r})"
)
await asyncio.sleep(1)