diff --git a/src/commands/cwg.ts b/src/commands/cwg.ts index f595cab..ac415dd 100644 --- a/src/commands/cwg.ts +++ b/src/commands/cwg.ts @@ -79,7 +79,7 @@ export default class CWG extends Command { `, }); if (!domain.domain.includes('cloud.libraryofcode.org')) { - const content = `_**DNS Record Setup**__\nYou recently a binded a custom domain to your Library of Code sp-us Account. You'll have to update your DNS records. We've provided the records below.\n\n\`${domain.domain} IN CNAME cloud.libraryofcode.org AUTO/500\`\nThis basically means you need to make a CNAME record with the key/host of ${domain.domain} and the value/point to cloud.libraryofcode.org. If you have any questions, don't hesitate to ask us.`; + const content = `__**DNS Record Setup**__\nYou recently a binded a custom domain to your Library of Code sp-us Account. You'll have to update your DNS records. We've provided the records below.\n\n\`${domain.domain} IN CNAME cloud.libraryofcode.org AUTO/500\`\nThis basically means you need to make a CNAME record with the key/host of ${domain.domain} and the value/point to cloud.libraryofcode.org. If you have any questions, don't hesitate to ask us.`; this.client.getDMChannel(account.userID).then((r) => r.createMessage(content)); } } catch (err) {