aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar meooow25 <[email protected]>2018-10-14 19:58:26 +0530
committerGravatar meooow25 <[email protected]>2018-10-14 19:58:26 +0530
commitdc8a2330c5ca4ddef307101b6ce47de99ba61522 (patch)
tree63e1510c21660eec7ef3d765d0ca68700dcd764e /Pipfile
parentIssue #15 Feature pull request template (#49) (diff)
Add cog to play spooky sounds
* Add SpookySound cog * Add sound files * Add PyNaCl to Pipfile (required for Discord voice)
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index a702616f..82d5f83b 100644
--- a/Pipfile
+++ b/Pipfile
@@ -5,6 +5,7 @@ name = "pypi"
[packages]
"discord.py" = {ref = "rewrite", git = "https://github.com/Rapptz/discord.py"}
+pynacl = "*"
[dev-packages]
"flake8" = "*"