Update websockets & Show DeprecationWarnings from all modules (#3527)

related : #3526
This commit is contained in:
DiscordLiz
2020-02-08 07:45:45 -05:00
committed by GitHub
parent 8e3a76186b
commit 42a4d10ea5
4 changed files with 5 additions and 1 deletions

View File

@@ -196,3 +196,5 @@ version_info = VersionInfo.from_str(__version__)
# Filter fuzzywuzzy slow sequence matcher warning
_warnings.filterwarnings("ignore", module=r"fuzzywuzzy.*")
# Show DeprecationWarning
_warnings.filterwarnings("default", category=DeprecationWarning)