Skip to content

Commit

Permalink
Merge branch 'request-new-match' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
GregTCLTK committed Oct 22, 2023
2 parents 07e00f3 + d882553 commit 96ade8d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion commands/test-command.ts
Expand Up @@ -511,7 +511,6 @@ async function findMatchingUser(userId: string, userResponses: number[], guild:
return null;
}
}

function verifyUser(interaction: any, guild: Guild) {
const role: Role | undefined = guild.roles.cache.get('1153647196449820755'); // Verified role: 1143590879274213486
if (!role) throw new Error('Role not found');
Expand Down
6 changes: 0 additions & 6 deletions index.ts
Expand Up @@ -5,13 +5,7 @@ import { sendSurveyQuestions, Feedbackquestions } from './functions/startSurvey'
import { google } from 'googleapis';
import { client, db } from './common';
import { executeMatch } from "./commands/match-command";
import { trackInvites } from "./inviteTracker";

client.on(Events.ClientReady, async (c) => {
console.log(`Ready! Logged in as ${c.user.tag}`);
await db.connect();
await trackInvites();
});
client.login(process.env.TOKEN); // Log in to the bot

client.on(Events.ClientReady, async c => {
Expand Down

0 comments on commit 96ade8d

Please sign in to comment.