Hunter
Hunter
Hey! I wanted to know, as to how do u setup and store the sessions and predicates for this bot? I am thinking to do something similar for a discord...
Hey dude! I looove your project, and want to integrate this amazing module into my discord bot.. Is there a way to train it by chatting with it? And also,...
As of now, we cannot manually typehint SpriteList, so it is always the type of `SpriteList[Sprite]`. Making it a generic would enable a dev to add a custom typehint to...
https://github.com/Rapptz/discord.py/blob/master/docs/extensions/attributetable.py https://discordpy.readthedocs.io/en/latest/api.html Making the docs look like these can help navigate better!
Though the Discord API still got a bug that we cannot show presences other than Playing, I have updated the source code to at least add support for different types...
Hi! I loooove your Module, and very very thanks for making it. I wanna use this module in an app of mine, that is in development right now. That app...
**Describe your context** ``` dash 2.0.0 dash-core-components 2.0.0 dash-html-components 2.0.0 dash-table 5.0.0 pydash 5.0.0 ``` - if frontend related, tell us your Browser, Version and OS - OS: Windows -...
Hey! I just saw this module, and wanted to know, if there's a way I can use this module without using the `LOGS` list? Well the list would get wiped...
Hi! I created a basic project with the following code: ```py import webview window = webview.create_window( "MyFly Club", "https://play.myfly.club", maximized=True, background_color="#000000", ) webview.start() ``` and packaged it using buildozer with...