mirror of
https://github.com/jarulsamy/Plex-Bot.git
synced 2024-08-19 15:01:55 +02:00
🎨 Fix style of docstrings
This commit is contained in:
parent
7471da85f7
commit
ed1a64cb52
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
""" All discord bot and Plex api interactions"""
|
||||
"""All discord bot and Plex api interactions."""
|
||||
import asyncio
|
||||
import io
|
||||
import logging
|
||||
|
Loading…
Reference in New Issue
Block a user