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"):