From b0bcfb790585be1c0c41f36ceac29e4238a0c75d Mon Sep 17 00:00:00 2001 From: Eric Gillingham Date: Thu, 8 Oct 2020 20:05:18 -0700 Subject: [PATCH] Fix "No text channels found on this server. Make sure I can see them." When PMing the pm!new I encountered a response back from it `No text channels found on this server. Make sure I can see them.` This seems to be upstream related, and that issue was fixed in https://github.com/Rapptz/discord.py/issues/5109 . Fixed by updating our discord.py to the patched version. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b1404a2..2a7ed09 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ chardet==3.0.4 cycler==0.10.0 dateparser==0.7.4 dblpy==0.3.4 -discord.py==1.3.3 +discord.py==1.3.4 idna==2.9 idna-ssl==1.1.0 kiwisolver==1.2.0