Formatted all files using clang

This commit is contained in:
2023-09-01 06:53:45 +02:00
parent dc3525a524
commit 9787b0e14a
37 changed files with 1708 additions and 1717 deletions

View File

@@ -5,7 +5,7 @@ module.exports = {
name: 'help',
description: 'Help command',
type: 'slash',
data: new SlashCommandBuilder()
.setName('help')
.setDescription('Help command')
@@ -47,8 +47,8 @@ module.exports = {
icon_url: interaction.guild.iconURL({ dynamic: true }),
text: interaction.guild.name + ' | Developed by: @Taken#0001'
}
}]
}]
});
}
};
};