Devan Fischer

Results 9 comments of Devan Fischer

Would love to gain some traction on this as I use this workflow heavily throughout my day. My current process is searching for the repo, opening it, then copying the...

Same happened to me, what a shame! Was really looking forward to this Helium replacement. Please purge the Malware!!!

@Stooovie, I acheived this by editing the workflow and setting up an additional keyword action. [You can see how I set this up in this video...](https://www.loom.com/share/3fd8d8cdf49b452fb5149729f4f403a2) Feel free to let...

made the changes in player.py, bot.py, and ```cmd_loadpl``` got the same error as @zenrac so i did the change you said . now i get this error ![image](https://cloud.githubusercontent.com/assets/25752779/23293347/8863b1f6-fa1a-11e6-9490-f5d9ffe80f3b.png) UPDATE i...

@Selkea sure! ``` async def cmd_pladd(self, player, song_url=None): """ Usage: {command_prefix}pladd current song {command_prefix}pladd song_url Adds a song to the autoplaylist. """ #No url provided if not song_url: #Check if...

ok so i made the changes im no longer getting the error in my cmd, thank you for that, but im getting this message in the discord chat ![image](https://cloud.githubusercontent.com/assets/25752779/23310581/df7e9e18-fa67-11e6-847a-4a9a9bcd3f31.png) and...

awesome thank you, added code to files and working great!