Skip to content

feat(main.py): Add set_activity function to set bot's activity. #12

feat(main.py): Add set_activity function to set bot's activity.

feat(main.py): Add set_activity function to set bot's activity. #12

Triggered via push February 13, 2024 14:44
Status Success
Total duration 1m 5s
Artifacts

qodana.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 warnings and 5 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/.
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