Nat1anWasTaken / Lava

One-line docstring should fit on one line with quotes FLK-D200
Documentation
Minor
1 occurrence in this check
One-line docstring should fit on one line with quotes
3
4
5class Variables:
6    """7    A class contains static variables for this bot
8    """
9    SPOTIFY_CLIENT: Spotify = MISSING