From 0c8485971beabccc2d9407fb5176781676b98287 Mon Sep 17 00:00:00 2001 From: cloudwithax Date: Mon, 29 Aug 2022 19:59:51 -0400 Subject: [PATCH] edit DiscordPyOutdated exception --- pomice/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pomice/__init__.py b/pomice/__init__.py index 046c6f7..5652c75 100644 --- a/pomice/__init__.py +++ b/pomice/__init__.py @@ -15,10 +15,10 @@ if not discord.__version__.startswith("2.0"): raise DiscordPyOutdated( "You must have discord.py 2.0 to use this library. " "Uninstall your current version and install discord.py 2.0 " - "using 'pip install git+https://github.com/Rapptz/discord.py@master'" + "using 'pip install discord.py'" ) -__version__ = "1.1.7b" +__version__ = "1.1.7" __title__ = "pomice" __author__ = "cloudwithax"