diff --git a/PlexBot/__init__.py b/PlexBot/__init__.py index 9faccea..bfc5f1e 100644 --- a/PlexBot/__init__.py +++ b/PlexBot/__init__.py @@ -1,8 +1,8 @@ -"""Plex music bot for discord. - - Do not import this module, it is intended to be - used exclusively within a docker environment. +""" +Plex music bot for discord. +Do not import this module, it is intended to be +used exclusively within a docker environment. """ import logging import sys diff --git a/PlexBot/__main__.py b/PlexBot/__main__.py index 7079a38..8dfae5e 100644 --- a/PlexBot/__main__.py +++ b/PlexBot/__main__.py @@ -1,7 +1,6 @@ -"""Main entrypoint for bot - - Sets up loggers and initiates bot. - +""" +Main entrypoint script. +Sets up loggers and initiates bot. """ import logging diff --git a/PlexBot/bot.py b/PlexBot/bot.py index 616daa8..4436f62 100644 --- a/PlexBot/bot.py +++ b/PlexBot/bot.py @@ -1,4 +1,4 @@ -""" All discord bot and Plex api interactions""" +"""All discord bot and Plex api interactions.""" import asyncio import io import logging