Minor Code Improvements

This commit is contained in:
Daniel Odendahl Jr
2017-05-03 01:03:59 +00:00
parent b18241f7bc
commit 74fa836044
16 changed files with 96 additions and 29 deletions
+4 -1
View File
@@ -47,7 +47,10 @@ module.exports = class StrawpollCommand extends Command {
title,
options
});
return msg.say(`${body.title}\nhttp://strawpoll.me/${body.id}`);
return msg.say(
`${body.title}
http://strawpoll.me/${body.id}`
);
} catch (err) {
return msg.say('An Unknown Error Occurred.');
}