code cleanup

This commit is contained in:
Crussader 2021-10-28 18:38:15 +04:00 committed by GitHub
parent d87a6644f6
commit bf134a5105
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,7 @@
"""Pomice wrapper for Lavalink, made possible by cloudwithax 2021""" """Pomice wrapper for Lavalink, made possible by cloudwithax 2021"""
import discord import discord
if discord.__version__ != '2.0.0a': if discord.__version__ != "2.0.0a":
class DiscordPyOutdated(Exception): class DiscordPyOutdated(Exception):
pass pass
@ -11,7 +11,7 @@ if discord.__version__ != '2.0.0a':
"using 'pip install git+https://github.com/Rapptz/discord.py@master'" "using 'pip install git+https://github.com/Rapptz/discord.py@master'"
) )
__version__ = "1.0.7.1" __version__ = "1.0.7.2"
__title__ = "pomice" __title__ = "pomice"
__author__ = "cloudwithax" __author__ = "cloudwithax"
@ -22,4 +22,3 @@ from .filters import *
from .objects import * from .objects import *
from .player import Player from .player import Player
from .pool import * from .pool import *