Skip to content

Commit 2ce5e5e

Browse files
Update for Readability
1 parent 2a62750 commit 2ce5e5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ This fork is based on the v0.16.12 version of discord.py and aims to update it f
44

55
# Note for Migration
66

7-
From version `v0.17.0-beta.4` onwards (ie. all functional versions), the file name for importing was changed from `discord` to `discord_unofficial` to prevent conflict with the updated main `discord.py` library. You will need to change your import code to `import discord_unofficial as discord` instead.
7+
From version `v0.17.0-beta.4` onwards (ie. all functional versions), the file name for importing was changed from `discord` to `discord_unofficial` to prevent conflict with the updated main `discord.py` library.
8+
You will need to change your import code to use `import discord_unofficial as discord` instead.
89
Due to updates in the aiohttp library, this does not support Python 3.4 anymore. The minimal supported version is Python 3.5.3. Although, I have only tested this on Python 3.6 and 3.7, so I do not have 100% proof if this will work with Python 3.5.3. Updating to support to Python 3.8 may be possible by updating the dependency versions, updating aiohttp to 3.6.1, and the websocket library to 8.1 or above, however the websocket library may not work with the code here.
910

1011
# How to use Gateway Intents

0 commit comments

Comments
 (0)