StarLordRammi
StarLordRammi
hopefully someone can fix this
that worked, thank you. instead of making new thread, i wanted to ask if its possible to add permanenet keywords? or load them form a file instead of typing them...
> 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']_ thanks again....
getting this error ``` Ignoring exception in on_message Traceback (most recent call last): File "C:\Users\xxx\AppData\Local\Programs\Python\Python39\lib\site-packages\discord\client.py", line 343, in _run_event await coro(*args, **kwargs) File "C:\Users\xxx\Desktop\open.py", line 54, in on_message if len(blacklist)...
> > > You should be able to replace > > > _keywords = list(map(str,input("Enter keywords seperated by space: ").split()))_ > > > with > > > _keywords = ['keyword1','keyword2','keyword...
> Better, but now it cuts links on "-" > > "(?:(?:https?|ftp)://)?[\w/-?=%.#&+-]+.[\w/-?=%.#&+-]+" would fix this I think this does not open the following link correctly: `https://www.cclonline.com/product/336566/ZT-A30800F-10P/Graphics-Cards/ZOTAC-GAMING-GeForce-RTX-3080-AMP-Holo-10GB-Graphics-Card/VGA5974/` above links opens as...