mirror of
https://github.com/arthur-pbty/gestion.git
synced 2026-06-12 15:56:25 +02:00
add perfect help commande
This commit is contained in:
@@ -29,6 +29,7 @@ const sentences = [
|
||||
module.exports = {
|
||||
name: 'fasttype',
|
||||
description: 'Jouer à un jeu de vitesse de frappe',
|
||||
category: 'game',
|
||||
async execute(message, args) {
|
||||
const randomSentence = sentences[Math.floor(Math.random() * sentences.length)];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user