diff options
| author | 2018-02-08 13:04:15 +0000 | |
|---|---|---|
| committer | 2018-02-08 13:04:15 +0000 | |
| commit | 158384968a9e7356b817bf08fed6074842b52422 (patch) | |
| tree | a6f2ff3935df4b50245f0b5f7dfc76bccf72742e /requirements.txt | |
| parent | snekchek (diff) | |
Verification (#2)
* Verification cog and command
* snekchek
* Small verification command fixes; add `accept()`
* Allow `self.` as a command prefix, plus `>` and combinations of all prefixes with `self.`
* Ask for `>>> self.accept()` in verification help message
* Fix prefixes and command error handler
* Verification: Ignore bots in message handler
* Making all decorators generic. Minor change to requirements.txt
* snekchek and some actually broken stuff
* Small cleanup, commenting and additional bot info command
* snekchek/verification help text
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index b1cabf9b0..58eeb7bd5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -https://github.com/Rapptz/discord.py/archive/rewrite.zip +https://github.com/Rapptz/discord.py/archive/rewrite.zip#egg=discord.py[voice] dulwich
\ No newline at end of file |