mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 21:40:51 +02:00
Minor Code Improvements
This commit is contained in:
@@ -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.');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user