Skip to content

Commit

Permalink
xtra line
Browse files Browse the repository at this point in the history
  • Loading branch information
q-Sci committed Oct 14, 2023
1 parent e7dd0fe commit a1bcb3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/match/match-command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export const sendQuestion = async (interaction: any) => {

export const data = new SlashCommandBuilder().setName('match').setDescription('Requests new match without retaking the test.');
export const execute = async (interaction: any) => {

const userContext = await db.db('contrabot').collection("users").findOne({ userId: interaction.user.id });

let userResponses = userContext?.userVector || [];
Expand Down

0 comments on commit a1bcb3c

Please sign in to comment.