Skip to content

Commit

Permalink
Update extending.md
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
arandomnewaccount committed May 4, 2021
1 parent 5199afc commit 47b177c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extending.md
Expand Up @@ -77,7 +77,7 @@ def searchGuildMembers(self, guild_ids, query, limit, presences, user_ids): #not
data["d"]["presences"] = presences
self.gatewayobject.send(data)
```
The only required part of these functions is the ```self.gatewayobject.send``` part. This sends messages to discum thru the gateway.
The only required part of these functions is the ```self.gatewayobject.send``` part. This sends messages to discord thru the gateway.
###### parse
here's an example of a parse function (from discum > gateway > messages > parse.py)
```python
Expand Down

0 comments on commit 47b177c

Please sign in to comment.