diff options
| author | Riley Shaw <[email protected]> | 2019-08-20 12:12:49 +0100 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-08-27 04:05:11 -0400 |
| commit | 59df2004e303222fe6df0b8ba0a2e00c6ad9457a (patch) | |
| tree | c61fa18f6533247a3f95e7dd703cb3c17f3d5383 | |
| parent | Add CHANNEL_FOLLOW_ADD Message Type (diff) | |
| download | discord.py-59df2004e303222fe6df0b8ba0a2e00c6ad9457a.tar.xz discord.py-59df2004e303222fe6df0b8ba0a2e00c6ad9457a.zip | |
change game playing to activity
| -rw-r--r-- | docs/api.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api.rst b/docs/api.rst index 1c084c21..b74cfaaf 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -482,7 +482,7 @@ to handle it, which defaults to print a traceback and ignoring the exception. This is called when one or more of the following things change: - status - - game playing + - activity - nickname - roles |