Removed useless )

This commit is contained in:
Loïc Bersier 2019-12-02 23:36:33 +00:00
parent b208a5af8f
commit a65b2c9087

View file

@ -14,7 +14,7 @@ class rpsCommand extends Command {
}, },
], ],
description: { description: {
content: 'Simply rock paper scissors\nCredit to: druid#0425 (276882603158798336))', content: 'Simply rock paper scissors\nCredit to: druid#0425 (276882603158798336)',
usage: '[rock/paper/scissors]', usage: '[rock/paper/scissors]',
examples: ['rock'] examples: ['rock']
} }