-
Logs: https://workbin.dev/?id=1675638368992629
Script:
```py
from os import environ
from discord_typings import GuildCreateData
from nextcore.gateway import ShardManager
from nextcore.http.aut…
-
For some odd reason when you spam slash commands enough you reach a limit that causes some commands to fail to respond resulting in an unknown interaction error from Nextcore in the terminal.
- [ ] R…
-
```py
await gateway.rescale_shards(5)
await gateway.close()
```
A fully reproducible test is coming in #162
-
-
Currently there is only 1 Dispatcher - The Dispatcher.
It has no specific typing except for the event name, other than that its `*args: Any, **kwargs: Any` which kind of makes sense for gateway opc…
-
# Lines of code
https://github.com/code-423n4/2023-10-nextgen/blob/8b518196629faa37eae39736837b24926fd3c07c/smart-contracts/NextGenCore.sol#L180
# Vulnerability details
## Impact
The issue in `Nex…
-
# Lines of code
https://github.com/code-423n4/2023-10-nextgen/blob/8b518196629faa37eae39736837b24926fd3c07c/smart-contracts/NextGenCore.sol#L216
# Vulnerability details
## Impact
The issue in `Nex…
-
# Lines of code
https://github.com/code-423n4/2023-10-nextgen/blob/8b518196629faa37eae39736837b24926fd3c07c/smart-contracts/NextGenCore.sol#L191
# Vulnerability details
## Impact
The issue in `Nex…
-
There's currently a bug in dev7's `.edit()` database method.
It's happening when find_one returns none here: https://github.com/Goldy-Bot/Goldy-Bot-V5/blob/212f0a1ffe0a532c7bdc060a11b3ace9237a887c/…
-
Nextcore seems to keep reconnecting as it thinks it hasn't received a hello.
I first thought this was an issue with my [framework](https://github.com/Goldy-Bot/Goldy-Bot-V5/issues/65) but I ran the […