feat: Add activity.example.json for managing bot's activity settings #13
Annotations
5 warnings and 6 notices
Unbound local variables:
lava/utils.py#L200
Local variable 'message' might be referenced before assignment
|
Unbound local variables:
lava/cogs/commands.py#L539
Local variable 'player' might be referenced before assignment
|
Unbound local variables:
lava/utils.py#L276
Local variable 'message' might be referenced before assignment
|
qodana
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: JetBrains/qodana-action@v2023.3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Unsatisfied package requirements:
main.py#L1
Package requirements 'PyNaCl==1.5.0', 'spotipy==2.23.0', 'beautifulsoup4==4.12.3', 'psutil==5.9.8', 'disnake==2.9.1', 'python-dotenv==1.0.1', 'yt-dlp==2023.12.30', 'colorlog', 'youtube-related', 'youtube-search', 'Lavalink.py', 'disnake-ext-paginator' are not satisfied
|
An instance attribute is defined outside `__init__`:
lava/source.py#L56
Instance attribute track defined outside __init__
|
Class has no `__init__` method:
lava/variables.py#L1
Class has no __init__ method
|
Unused local symbols:
lava/voice_client.py#L43
Parameter 'timeout' value is not used
|
Unused local symbols:
lava/cogs/commands.py#L693
Parameter 'interaction' value is not used
|
Unused local symbols:
lava/voice_client.py#L43
Parameter 'reconnect' value is not used
|
PEP 8 coding style violation:
lava/cogs/commands.py#L101
PEP 8: E501 line too long (173 \> 120 characters)
|