Make ``__init__`` better
This commit is contained in:
parent
50429277ea
commit
0a78a8f5c7
|
|
@ -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
|
import discord
|
||||||
|
|
||||||
if not discord.__version__.startswith("2.0"):
|
if not discord.__version__.startswith("2.0"):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue