JDsProjects / JDBot

the official JDBot rewrite :D
MIT License
19 stars 34 forks source link

Update packages #106

Open JDJGInc opened 1 year ago

JDJGInc commented 1 year ago

python-cse = {git = "https://github.com/JDJGInc/python-cse"} async-cse = "^0.3.0"

Replace the fork and the main one with my own good custom search engine tool or at least with the repo I made

And replace "discordlists.py" = "^1.1.1" topggpy = "^1.1.0"

With my own tiny wrapper to call with top.py

JDJGInc commented 1 year ago
import discordlists
import topgg

Are the bot list imports

JDJGInc commented 1 year ago
import discordlists
import topgg

Are the bot list imports

These also cause unclosed sessions as they don't have methods to pass session or close it

JDJGInc commented 2 months ago

topgg and discordlists replacement soon :)