diff --git a/pomice/__init__.py b/pomice/__init__.py index 303c713..19d683b 100644 --- a/pomice/__init__.py +++ b/pomice/__init__.py @@ -1,4 +1,11 @@ -"""Pomice wrapper for Lavalink, made possible by cloudwithax 2021""" +""" +Pomice +~~~~~~ +Modern Lavalink wrapper designed for discord.py + +:copyright: 2021, cloudwithax +:license: GPL-3.0 +""" import discord if not discord.__version__.startswith("2.0"):