Skip to content

Commit

Permalink
FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewstech committed Jul 10, 2023
1 parent 1bde51c commit e355e54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { Client, Collection, Events, GatewayIntentBits, EmbedBuilder, ActivityTyp
const mongoose = require("mongoose");
const Sentry = require("@sentry/node");
const keepAlive = require("./components/webserver.js");
const SMTP = require("./components/emailServer.js");
const { ForwardMailGen } = require("./templates/forwardmail/gen.js");
const { EmailGithubGen } = require("./templates/forwardmail-github/gen.js");
const { ReplitGen } = require("./templates/replit/gen.js");
Expand Down

0 comments on commit e355e54

Please sign in to comment.