diff --git a/src/class/Util.ts b/src/class/Util.ts index d705ff2..2a833ab 100644 --- a/src/class/Util.ts +++ b/src/class/Util.ts @@ -15,7 +15,7 @@ export default class Util { constructor(client: Client) { this.client = client; this.transport = nodemailer.createTransport({ - host: 'staff.libraryofcode.us', + host: 'staff.libraryofcode.org', auth: { user: 'support', pass: this.client.config.emailPass }, }); }