From 0a78a8f5c79b144db0f53a2d25685c30992e832d Mon Sep 17 00:00:00 2001 From: RPS Date: Wed, 8 Dec 2021 02:14:53 -0800 Subject: [PATCH] Make ``__init__`` better --- pomice/__init__.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pomice/__init__.py b/pomice/__init__.py index 303c713..a3fc56d 100644 --- a/pomice/__init__.py +++ b/pomice/__init__.py @@ -1,4 +1,11 @@ -"""Pomice wrapper for Lavalink, made possible by cloudwithax 2021""" +""" +Pomice +~~~~~~ +Pythonic Wrapper for Lavalink + +:copyright: 2021 cloudwithax +:license: GPL-3.0 +""" import discord if not discord.__version__.startswith("2.0"):