From a3d97a6f63ea75f20f634fc1e069d554a719f0a7 Mon Sep 17 00:00:00 2001 From: Vincent Gross Date: Thu, 4 Jul 2019 17:16:56 -0400 Subject: Update discord-py version to ~=1.2 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 15f9cab0..ee6968b5 100644 --- a/Pipfile +++ b/Pipfile @@ -4,13 +4,13 @@ verify_ssl = true name = "pypi" [packages] -discord-py = {ref = "43b4475",git = "https://github.com/Rapptz/discord.py",editable = true} arrow = "*" beautifulsoup4 = "*" aiodns = "*" pillow = "*" pytz = "*" fuzzywuzzy = "*" +discord-py = "~=1.2" [dev-packages] "flake8" = "*" -- cgit v1.2.3