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.
|
"""
|
||||||
|
Plex music bot for discord.
|
||||||
|
|
||||||
Do not import this module, it is intended to be
|
Do not import this module, it is intended to be
|
||||||
used exclusively within a docker environment.
|
used exclusively within a docker environment.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
import logging
|
import logging
|
||||||
import sys
|
import sys
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user