🎨 Fix style of docstrings

This commit is contained in:
Joshua Arulsamy 2020-08-10 02:26:38 -06:00
parent 7471da85f7
commit ed1a64cb52
3 changed files with 8 additions and 9 deletions

View File

@ -1,8 +1,8 @@
"""Plex music bot for discord. """
Plex music bot for discord.
Do not import this module, it is intended to be
used exclusively within a docker environment.
Do not import this module, it is intended to be
used exclusively within a docker environment.
""" """
import logging import logging
import sys import sys

View File

@ -1,7 +1,6 @@
"""Main entrypoint for bot """
Main entrypoint script.
Sets up loggers and initiates bot. Sets up loggers and initiates bot.
""" """
import logging import logging

View File

@ -1,4 +1,4 @@
""" All discord bot and Plex api interactions""" """All discord bot and Plex api interactions."""
import asyncio import asyncio
import io import io
import logging import logging