Skip to content

Commit

Permalink
fix merging issue
Browse files Browse the repository at this point in the history
  • Loading branch information
BodomBeach committed May 29, 2024
1 parent b3ba576 commit 00456be
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/events/commands/archive.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,11 @@ const { archive } = require('../../utils/archive.js');

// Creates an Object in JSON with the data required by Discord's API to create a SlashCommand
const create = () => {
<<<<<<< HEAD
const command = new SlashCommandBuilder()
.setName('archive')
.setDescription('Archive ce salon')
return command.toJSON();
};
=======
const command = new SlashCommandBuilder()
.setName('archive')
.setDescription('Archive ce salon (fonctionne uniquement sur les salons sorties/compétitions/événements)')
return command.toJSON();
};
>>>>>>> feature-licence

// Called by the interactionCreate event listener when the corresponding command is invoked
const invoke = async (interaction) => {
Expand Down

0 comments on commit 00456be

Please sign in to comment.