diff --git a/.idea/dataSources.local.xml b/.idea/dataSources.local.xml index a4eba69..2d93ebb 100644 --- a/.idea/dataSources.local.xml +++ b/.idea/dataSources.local.xml @@ -1,6 +1,6 @@ - + " diff --git a/cogs/other.py b/cogs/other.py index 0dd5015..c58a0d6 100644 --- a/cogs/other.py +++ b/cogs/other.py @@ -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)