From 0a78a8f5c79b144db0f53a2d25685c30992e832d Mon Sep 17 00:00:00 2001 From: RPS Date: Wed, 8 Dec 2021 02:14:53 -0800 Subject: [PATCH 1/3] 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"): From 22be91bb099023b85279f473da0bf5e59b6be95c Mon Sep 17 00:00:00 2001 From: RPS Date: Wed, 8 Dec 2021 03:15:19 -0800 Subject: [PATCH 2/3] Fix --- pomice/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pomice/__init__.py b/pomice/__init__.py index a3fc56d..cdcc028 100644 --- a/pomice/__init__.py +++ b/pomice/__init__.py @@ -1,9 +1,9 @@ """ Pomice ~~~~~~ -Pythonic Wrapper for Lavalink +Pythonic wrapper for Lavalink -:copyright: 2021 cloudwithax +:copyright: 2021, cloudwithax :license: GPL-3.0 """ import discord From a61220401cb665214575b9d551a3cc26e7a7b28c Mon Sep 17 00:00:00 2001 From: RPS Date: Wed, 8 Dec 2021 21:05:42 +0800 Subject: [PATCH 3/3] New description --- pomice/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pomice/__init__.py b/pomice/__init__.py index cdcc028..19d683b 100644 --- a/pomice/__init__.py +++ b/pomice/__init__.py @@ -1,7 +1,7 @@ """ Pomice ~~~~~~ -Pythonic wrapper for Lavalink +Modern Lavalink wrapper designed for discord.py :copyright: 2021, cloudwithax :license: GPL-3.0