mirror of
https://github.com/Art-Portal/April.git
synced 2024-11-16 11:37:37 +01:00
Update document.js
Replaced tabs with spaces
This commit is contained in:
parent
3985bc3f44
commit
7abed7993c
@ -4,10 +4,10 @@ module.exports = {
|
||||
data: new SlashCommandBuilder()
|
||||
.setName('documents')
|
||||
.setDescription('Afficher des documents')
|
||||
.addSubcommand(subcommand =>
|
||||
subcommand
|
||||
.setName('sanctions')
|
||||
.setDescription('Afficher les documents des sanctions')),
|
||||
.addSubcommand(subcommand =>
|
||||
subcommand
|
||||
.setName('sanctions')
|
||||
.setDescription('Afficher les documents des sanctions')),
|
||||
|
||||
async execute(interaction) {
|
||||
switch (interaction.options.getSubcommand()) {
|
||||
@ -16,7 +16,6 @@ module.exports = {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user