Update help with good configurationon commands

This commit is contained in:
VALOU3336
2024-02-15 17:58:21 +01:00
parent 07ec599d26
commit 03534a2184
35 changed files with 141 additions and 42 deletions
+2
View File
@@ -29,6 +29,8 @@ const sentences = [
module.exports = {
name: 'fasttype',
description: 'Jouer à un jeu de vitesse de frappe',
emote: '⌨️',
utilisation: 'fasttype',
category: 'game',
async execute(message, args) {
const randomSentence = sentences[Math.floor(Math.random() * sentences.length)];