Johnny Dickinson
Johnny Dickinson
This would be a pretty straightforward thing to add if someone wants to do it. It basically involves adding ```js bot.on("guildMemberAdd", (member) = > { //member is the new user...
@chalda Should we use the wiki for documentation, or do you want to do something fancier?
One thing I saw another bot does that was a great idea is that the first time you start it it asks you questions for each of the things it...
This would require abstracting away discord apis which is a major redesign, since right now we just use discord.js directly everywhere. Note that Discord now has native support for linking...
@mogokcp It is super annoying so I don't recommend it, but if you want to try it is easy to add. You'd modify the presence function in discord_bot.js line 733....
Maybe we should add this as an off by default feature?
#217 should resolve this
This is possible, but the bot doesn't do it yet.
I rewrote !pullanddeploy so that discordbot calls the relevant commands directly so it should work on Windows now. I haven't tested on Windows yet though. 18e7346
I think fixing this would require reworking how music playback is done. #165 is a similar problem also caused by the rudimentary audio stream handling.