You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* One get for guild data.
* Rename permissions.js to database/controllers/permissions.js
* I hate github
* Update permissions.js
* Whoops
* So done.
* Fix rule34, mention command bug, and spacing
* Fixes an issue with prefix in DMs, not the right way but hot patch until proper rewrite.
* closes#299 and a couple little things.
* buffer ay yo
* it picked on me for litle things!
* now we got buffering and prefix fix yet again
* wow
* prefix was wrong in the "use [prefix]request to add more songs"
* bye bye ytdl-core.
* left in some console.logs
* bad logic is bad
* whoops forgot about them ECONNRESETS
* You forced this on yourselves.
* whoops ear rape
* ugh this command is broken again
* cucked by standard
* whatever
* memleaks
* idk maybe get rid of the type error
* welcomeChannel customize method
* accommodate changes to rule34 api
msg.channel.sendMessage('Alright! The permission levels have been set successfully!')
@@ -484,24 +484,24 @@ Commands.setnsfw = {
484
484
msg.channel.sendMessage('NSFW commands are now disallowed for '+msg.channel.mention)
485
485
}
486
486
}).catch(()=>{
487
-
msg.reply("I've failed to set NSFW flag!")
487
+
msg.reply('I\'ve failed to set NSFW flag!')
488
488
})
489
489
}else{
490
490
msg.channel.sendMessage('Use either `on` or `off` as suffix!')
491
491
}
492
492
}else{
493
-
msg.channel.sendMessage("NSFW commands are always allowed in DM's.")
493
+
msg.channel.sendMessage('NSFW commands are always allowed in DM\'s.')
494
494
}
495
495
}
496
496
}
497
497
498
498
Commands.hello={
499
499
name: 'hello',
500
-
help: "I'll respond to you with hello along with a GitHub link!",
500
+
help: 'I\'ll respond to you with hello along with a GitHub link!',
501
501
timeout: 20,
502
502
level: 0,
503
503
fn: function(msg,suffix,bot){
504
-
msg.channel.sendMessage('Hi '+msg.author.username+", I'm "+bot.User.username+' and I was developed by the team over at TheSharks! Improve me by contributing to my source code on GitHub: https://github.com/TheSharks/WildBeast')
504
+
msg.channel.sendMessage('Hi '+msg.author.username+', I\'m '+bot.User.username+' and I was developed by the team over at TheSharks! Improve me by contributing to my source code on GitHub: https://github.com/TheSharks/WildBeast')
505
505
}
506
506
}
507
507
@@ -541,7 +541,7 @@ Commands.setstatus = {
541
541
542
542
Commands['server-info']={
543
543
name: 'server-info',
544
-
help: "I'll tell you some information about the server you're currently in.",
544
+
help: 'I\'ll tell you some information about the server you\'re currently in.',
545
545
aliases: ['serverinfo'],
546
546
noDM: true,
547
547
timeout: 20,
@@ -550,7 +550,11 @@ Commands['server-info'] = {
550
550
// if we're not in a PM, return some info about the channel
0 commit comments