add alias command name

This commit is contained in:
Tutur33
2024-02-17 02:02:17 +01:00
parent 0cde5ff766
commit 8bc2bbb8d8
3 changed files with 15 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@ const path = require('path');
module.exports = {
name: 'random',
aliases: ['rand'],
description: 'Affiche un nombre aléatoire entre 2 nombres donnés',
emote: '🎲',
utilisation: 'random [min] [max]',