Credit Command

This commit is contained in:
Daniel Odendahl Jr
2019-04-14 00:03:38 +00:00
parent c8f74fddf7
commit 45c8d62dd5
189 changed files with 1314 additions and 39 deletions
+11 -1
View File
@@ -11,7 +11,17 @@ module.exports = class SortingHatCommand extends Command {
aliases: ['sorting-hat-quiz', 'hogwarts', 'hogwarts-house'],
group: 'games',
memberName: 'sorting-hat',
description: 'Take a quiz to determine your Hogwarts house.'
description: 'Take a quiz to determine your Hogwarts house.',
credit: [
{
name: 'Pottermore',
url: 'https://my.pottermore.com/sorting'
},
{
name: 'Pottermore Sorting Hat Quiz analysis by u/N1ffler',
url: 'https://www.reddit.com/r/Pottermore/comments/44os14/pottermore_sorting_hat_quiz_analysis/'
}
]
});
this.playing = new Set();