diff options
author | MounderFod <mounderfod@gmail.com> | 2021-08-31 18:14:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-31 18:14:15 +0100 |
commit | 29030a08509651b5e74f900865317f3260a983a7 (patch) | |
tree | 529781fffe1dd0f35dacb71109fb410f3667de6c /requirements.txt | |
parent | 46d33f5ea678dd351f0aed7d3014f0797aa962d5 (diff) | |
download | tiny-potato-bot-29030a08509651b5e74f900865317f3260a983a7.tar.gz |
Change nextcord to direct git branch
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 96e273e..ecbe82b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ python-dotenv == 0.19.0 requests ~= 2.26.0 jishaku ==2.2.0 -nextcord~=2.0.0a1 \ No newline at end of file +git+git://github.com/nextcord/nextcord@master |