VincentRPS
VincentRPS
@Sigmanificient does the close thing logout of the bot?
> I think bot auto logout when discord stop to receive heartbeat pretty sure there is a rest endpoint for logging out tho, might just make the bot immediately go...
@TAG-Epic :^)
Do we really need cooldowns? Feels more like something for a command handler to do
> > I don’t see why this is needed? Seems useless from my perspective. also replace "according to #189." with "closes #189" > > Do you have constructive feedback to...
> A python equivalent will not be nearly as close as the C one in terms of performance. Live audio is a heavy load and has to be low latency....
and also this largely uses python stdlib modules which from the seems of things are written in C in many places.
> > > A python equivalent will not be nearly as close as the C one in terms of performance. Live audio is a heavy load and has to be...
seems like there's no way to properly type `model.object.*` functions so, as for what I see, this PR should be ready
> @VincentRPS > > and as expected python2 doesn't support type annotations: > > ``` > ______________ ERROR collecting tests/unit/cqlengine/test_udt.py _______________ > /opt/hostedtoolcache/Python/2.7.18/x64/lib/python2.7/site-packages/_pytest/python.py:507: in _importtestmodule > mod = self.fspath.pyimport(ensuresyspath=importmode) >...