mirror of
https://github.com/arthur-pbty/gestion.git
synced 2026-06-24 22:25:05 +02:00
Update help with good configurationon commands
This commit is contained in:
@@ -3,6 +3,8 @@ const choices = ["pierre", "papier", "ciseaux"];
|
||||
module.exports = {
|
||||
name: 'pfc',
|
||||
description: 'Jouer à pierre-papier-ciseaux',
|
||||
emote: '✊',
|
||||
utilisation: 'pfc',
|
||||
category: 'game',
|
||||
async execute(message, args) {
|
||||
const userChoice = args[0];
|
||||
|
||||
Reference in New Issue
Block a user