snekfetch why

This commit is contained in:
Daniel Odendahl Jr
2017-09-03 18:48:28 +00:00
parent 2fea56aed4
commit 83c96549d3
5 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ module.exports = class HoroscopeCommand extends Command {
const { sign } = args;
try {
const { text } = await snekfetch
.get(`http://sandipbgt.com/theastrologer/api/horoscope/${sign}/today`);
.get(`http://sandipbgt.com/theastrologer/api/horoscope/${sign}/today/`);
const body = JSON.parse(text);
const embed = new MessageEmbed()
.setColor(0x9797FF)