pedrorq

Results 6 comments of pedrorq

> > > Might be solved, by changing to a different discord.py: > https://github.com/dolfies/discord.py-self Is that your fork? After installing it this link opener doesn't even work. Any suggestions/ideas?

> > > No, that's my fork: > https://github.com/Smidelis/discord-link-opener > And it's working like a charm just got me a 3080. Nice one, thanks! Was this after installing discord.py-self ?...

> > > I have not implemented discord.py-self in my fork. But just have a look at the code, then you will see it. > I don't know, give it...

Better, but now it cuts links on "-" "(?:(?:https?|ftp)://)?[\w/-?=%.#&+-]+.[\w/-?=%.#&+-]+" would fix this I think

You should be able to replace _keywords = list(map(str,input("Enter keywords seperated by space: ").split()))_ with _keywords = ['keyword1','keyword2','keyword 3 4 5']_

> > > > You should be able to replace > > _keywords = list(map(str,input("Enter keywords seperated by space: ").split()))_ > > with > > _keywords = ['keyword1','keyword2','keyword 3 4...