-
-
Notifications
You must be signed in to change notification settings - Fork 219
Conversation
@pedrofracassi fix your shit |
# Conflicts: # src/locales/en-US/commands.json
@Doges @bolsomito plz review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
src/commands/misc/isitup.js
Outdated
async run (message, args, t) { | ||
const embed = new SwitchbladeEmbed(message.author) | ||
if (args.length > 0) { | ||
message.channel.startTyping() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
put this in between the embed constant n' the if case
src/commands/misc/isitup.js
Outdated
|
||
async run (message, args, t) { | ||
const embed = new SwitchbladeEmbed(message.author) | ||
if (args.length > 0) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and using args.length isn't necessary, you could just use CommandParameters
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
aaaaaaaaaaaaaaaaaaaaaaa
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
New stuff
s!isitup <address>
- Checks if a website is online(did it in less than 30min and got no errors yeeeee)
Closes #106