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
+15 -1
View File
@@ -10,7 +10,21 @@ module.exports = class BoxChoosingCommand extends Command {
aliases: ['box-choose'],
group: 'games',
memberName: 'box-choosing',
description: 'Do you believe that there are choices in life? Taken from Higurashi Chapter 4.'
description: 'Do you believe that there are choices in life? Taken from Higurashi Chapter 4.',
credit: [
{
name: '07th Expansion',
url: 'http://07th-expansion.net/'
},
{
name: 'MangaGamer.com',
url: 'https://www.mangagamer.com/'
},
{
name: 'Higurashi When They Cry Hou - Ch.4 Himatsubushi',
url: 'https://store.steampowered.com/app/526490/'
}
]
});
this.playing = new Set();