index
:
discord.py
1.2.x
async
feature/ext-tasks
feature/threads
legacy
master
neo-docs
task-heartbeat
v1.3.x
v1.4.x
v1.5.x
v1.x
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
discord
/
activity.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added type: ignores where needed to activity.py
Stocker
2021-08-23
1
-2
/
+4
*
Refactor utcfromtimestamp to use fromtimestamp(..., tz=utc)
Rapptz
2021-07-09
1
-8
/
+8
*
Fix typing errors with Client
Rapptz
2021-07-04
1
-0
/
+3
*
Typehint Member and various typing fixes
Rapptz
2021-06-30
1
-2
/
+13
*
Typehint Activity
Rapptz
2021-06-28
1
-99
/
+99
*
Fix Activity and Spotify datetime being timezone naive
Rapptz
2021-06-28
1
-4
/
+4
*
Add discord.Spotify.track_url
quiprr
2021-06-27
1
-0
/
+8
*
Add Activity.buttons
Nadir Chowdhury
2021-04-24
1
-17
/
+69
*
Use f-strings in more places that were missed.
Rapptz
2021-04-08
1
-2
/
+2
*
Fix regression in Activity relying on `try_enum`
Nadir Chowdhury
2021-04-07
1
-1
/
+4
*
Convert datetimes to aware datetimes with UTC.
Rapptz
2021-04-04
1
-18
/
+10
*
Modernize code to use f-strings
Rapptz
2021-04-04
1
-17
/
+15
*
Allow CustomActivity emoji to be constructed as documented.
Rapptz
2021-02-18
1
-1
/
+7
*
Change copyright year to present
Nihaal Sangha
2021-01-15
1
-1
/
+1
*
[bug] call super constructor for `CustomActivity` to fix `created_at`
Nadir Chowdhury
2020-11-28
1
-0
/
+1
*
Documentation formatting
Skezza
2020-06-30
1
-1
/
+1
*
Fix various inconsistencies within the documentation (#5067)
Sebastian Law
2020-06-28
1
-6
/
+6
*
Fix colour properties being displayed as methods in the documentation.
kittenswolf
2020-05-03
1
-2
/
+2
*
Remove extra backtick in CustomActivity docs
Snaptraks
2020-01-24
1
-1
/
+1
*
Fixes and improvements for v1.3 documentation
Harmon
2020-01-22
1
-0
/
+6
*
Drop superfluous zero in version related changes in the documentation
Rapptz
2020-01-21
1
-4
/
+4
*
Bump copyright year to 2020
Rapptz
2020-01-19
1
-1
/
+1
*
Make CustomActivity.__str__ not raise errors and match the client
Rapptz
2020-01-15
1
-1
/
+6
*
Expose _ActivityTag as BaseActivity to easily refer to.
Rapptz
2020-01-14
1
-5
/
+23
*
Add support for custom activities
Rapptz
2020-01-14
1
-1
/
+106
*
Default the Streaming name to the one passed for user created ones.
Rapptz
2019-12-19
1
-1
/
+1
*
Add support for YouTube Streaming
NCPlayz
2019-12-18
1
-8
/
+13
*
Fix KeyError for things without a created_at
Rapptz
2019-12-05
1
-6
/
+14
*
Add `Activity.created_at`
NCPlayz
2019-12-04
1
-3
/
+21
*
Adjust BASE urls to have no trailing slash (consistency)
Devon R
2019-11-15
1
-2
/
+2
*
Return invites as https, various URL normalization
Devon R
2019-11-15
1
-2
/
+3
*
Cast activity enumerator to integer instead of accessing value directly
Rapptz
2019-06-25
1
-1
/
+1
*
Make __repr__ slightly more detailed and add a few missing ones.
Rapptz
2019-05-26
1
-0
/
+12
*
Tightended the constraints of Spotify.__eq__.
Dante Dam
2019-05-09
1
-1
/
+2
*
Consistent use of __all__ to prevent merge conflicts.
Rapptz
2019-04-20
1
-1
/
+6
*
Change all IntEnum to Enum
Rapptz
2019-04-08
1
-1
/
+1
*
Change Activity.application_id from `str` to `int`.
BluePhoenixGame
2019-02-12
1
-2
/
+3
*
Bumped copyright years to 2019.
Dante Dam
2019-01-28
1
-1
/
+1
*
Trim whitespace in artist names in Spotify.artists
Amit Katz
2018-11-24
1
-1
/
+1
*
[lint] Fix import order
Hornwitser
2018-11-24
1
-1
/
+2
*
[lint] Fix types used for __slots__ and __all__
Hornwitser
2018-08-22
1
-1
/
+1
*
Correct docstring for Game
Mitchell Ferree
2018-03-25
1
-1
/
+1
*
Add Spotify intergration colour
Myst(MysterialPy)
2018-03-09
1
-0
/
+15
*
Fix _image_url returning htps
Myst(MysterialPy)
2018-03-07
1
-2
/
+2
*
Fix session_id in Spotify.to_dict
Harmon
2018-03-06
1
-1
/
+1
*
Split Game object to separate Activity subtypes for Rich Presences.
Rapptz
2018-03-05
1
-0
/
+565