hazyfossa

Results 14 comments of hazyfossa

With the current way the feature is programmed it's impossible, it can only take one channel. However, i just reworked it in my fork so you can add as many...

Beware that this is in beta, and i'm currently waiting for maintainers to review the pull request #278 before this functionality becomes available

It's [here](https://github.com/hazyfossa/File-Sharing-Bot), or you can just patch the original according to [this commit](https://github.com/CodeXBotz/File-Sharing-Bot/pull/278/commits/eb6ac1f13f36175bf26cd77f8f810d5900e709ce)

Oh right, main.py was just a simple import from bot, so i merged it with bot.py. Run bot.py instead

@cepheidev thx for the report, i think i fixed it now. I'm currently rewriting the config system, so things like this wont happen. Try to pull the update from the...

This looks like a certificate issue with your OS. A quick fix for the bot to work is probably installing certifi (**pip install certifi**), then in database/database.py add `import certifi`...

Thats strange.. Are you using MongoDB Atlas?

Also btw, is there a reason this depends on pyromod 1.5? Its not used anywhere it seems..

Oh, it seems pyromod is patching pyrogram on-the-fly somewhere, so vscode is unable to pick it as used. Leaving it be :)

@rahulps1000 if you aren't busy, can you provide some feedback, i'm still not sure if the work is useful for the project.