Lots of Stuff

This commit is contained in:
Daniel Odendahl Jr
2017-09-18 02:29:10 +00:00
parent 74593deb25
commit 12594758be
56 changed files with 246 additions and 249 deletions
+1 -14
View File
@@ -2,20 +2,7 @@ const Command = require('../../structures/Command');
const { MessageEmbed } = require('discord.js');
const snekfetch = require('snekfetch');
const { list } = require('../../structures/Util');
const signs = [
'capricorn',
'aquarius',
'pisces',
'aries',
'taurus',
'gemini',
'cancer',
'leo',
'virgo',
'libra',
'scorpio',
'sagittarius'
];
const signs = require('../../assets/json/horoscope');
module.exports = class HoroscopeCommand extends Command {
constructor(client) {
+1 -1
View File
@@ -15,7 +15,7 @@ module.exports = class SoundboardCommand extends Command {
guildOnly: true,
throttling: {
usages: 1,
duration: 30
duration: 15
},
args: [
{