diff options
| author | 2019-03-09 12:26:51 -0500 | |
|---|---|---|
| committer | 2019-03-09 12:26:51 -0500 | |
| commit | c46639b9e96036663d0d7667f2a1c20ffbabb5f0 (patch) | |
| tree | 4c3e8d37fca9bb0a8c4ee3f3f9c8ae951590636c /Pipfile | |
| parent | Migrate snakes cog to new d.py cogs (diff) | |
Fix incorrect d.py ref & relock
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ verify_ssl = true name = "pypi" [packages] -discord-py = {ref = "g42a7c4f",git = "https://github.com/Rapptz/discord.py",editable = true} +discord-py = {ref = "42a7c4f",git = "https://github.com/Rapptz/discord.py",editable = true} arrow = "*" beautifulsoup4 = "*" aiodns = "*" |