@@ -69,7 +69,7 @@ async def dig(ctx, domain: str, record_type: str = "A"):
resolver.port = 5350
try:
# Query the DNS record
response = resolver.query(domain, record_type)
response = resolver.resolve(domain, record_type)
print(response)
records = ""
for record in response:
The note is not visible to the blocked user.