Interesting

This commit is contained in:
Dragon Fire
2024-03-19 22:30:47 -04:00
parent 8e1462ae02
commit 655096d4af
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
const Command = require('../../framework/Command');
const request = require('node-superfetch');
import { parseDomain, ParseResultType } from 'parse-domain';
const { parseDomain, ParseResultType } = import('parse-domain');
const { GODADDY_KEY, GODADDY_SECRET } = process.env;
module.exports = class DomainAvailableCommand extends Command {
+1 -1
View File
@@ -1,6 +1,6 @@
const Command = require('../../framework/Command');
const request = require('node-superfetch');
import { parseDomain, ParseResultType } from 'parse-domain';
const { parseDomain, ParseResultType } = import('parse-domain');
module.exports = class IsItDownCommand extends Command {
constructor(client) {