mirror of
https://github.com/arthur-pbty/gestion.git
synced 2026-06-03 15:07:26 +02:00
corrige helpall
This commit is contained in:
@@ -52,7 +52,7 @@ module.exports = {
|
||||
return null; // Skip creating an embed if there are no commands for this permission level
|
||||
}
|
||||
|
||||
const embed = new EmbedBuilderon()
|
||||
const embed = new EmbedBuilder()
|
||||
.setTitle(`Commandes de niveau de permission ${permissionLevel}`)
|
||||
.setColor('#0099ff');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user