Jeopardy Command

This commit is contained in:
Dragon Fire
2020-05-05 22:05:44 -04:00
parent c76c05aa3b
commit af99a7b6d9
4 changed files with 91 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ module.exports = class JeopardyQuestionCommand extends Command {
constructor(client) {
super(client, {
name: 'jeopardy-question',
aliases: ['jeopardy', 'clue-card', 'jeopardy-clue-card', 'jeopardy-clue'],
aliases: ['clue-card', 'jeopardy-clue-card', 'jeopardy-clue'],
group: 'edit-image',
memberName: 'jeopardy-question',
description: 'Sends a Jeopardy Question with the text of your choice.',