mirror of
https://github.com/arthur-pbty/gestion.git
synced 2026-06-22 10:09:26 +02:00
Update help with good configurationon commands
This commit is contained in:
@@ -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)];
|
||||
|
||||
Reference in New Issue
Block a user