argo0n / NograBot

Discord.py bot written by Argon#0002
GNU General Public License v3.0
2 stars 1 forks source link

(PYL-E0602) Undefined name detected #88

Closed argo0n closed 3 years ago

argo0n commented 3 years ago

Description

The variable name is not defined where it is used. This will lead to an error during the runtime. Make sure there is no typo. If the name was supposed to be imported, verify that you've actually imported the name.

Occurrences

There are 1 occurrences of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/argo0n/NograBot/issue/PYL-E0602/occurrences/

argo0n commented 3 years ago

Fixed with commit e6722e93dcb49d4ee31e3ebf3a09ca0a025c738e.