add perfect help commande

This commit is contained in:
Tutur33
2024-02-15 02:24:42 +01:00
parent cd03559a98
commit 3e7020cd00
36 changed files with 91 additions and 24 deletions
+1
View File
@@ -3,6 +3,7 @@ const choices = ["pierre", "papier", "ciseaux"];
module.exports = {
name: 'pfc',
description: 'Jouer à pierre-papier-ciseaux',
category: 'game',
async execute(message, args) {
const userChoice = args[0];
const botChoice = choices[Math.floor(Math.random() * choices.length)];