Releases: apurv-r/discord-together
Releases · apurv-r/discord-together
discord-together v1.2.6 STABLE PUBLIC
discord-together v1.2.5 STABLE PUBLIC
- 1 new activity added
Bobble League (
bobble-league
)
- Switched from API v8 to v10
discord-together v1.2.4 STABLE PUBLIC
Added 3 new activities to the default list:
- Blazing 8s (
blazing-8s
) - Land-io (
land-io
) - Putt Party (
putt-party
)
discord-together v1.2.3 STABLE PUBLIC
- 2 new revamps/redesigns to
- Letter Tile (Now named Letter League)
- Doodle Crew (Now named Sketch Heads)
- Fixed response code 403 error mistakenly being raised for an insufficient permissions error.
discord-together v1.2.2 STABLE PUBLIC
Added two new activities:
- Awkword (
awkword
) - Checkers in the Park (
checkers
)
discord-together v1.2.1 STABLE PUBLIC
- Added SpellCast to default activities
- Fixed a bug with ConnectionError
discord-together v1.2 STABLE PUBLIC
- Changed import folder name from
discordTogether
todiscord_together
- Rewrite of entire backend to support any fork of discord.py, now supports any fork
- Removed ActivityLink class, replaced with string output
- Optimized error handling by removing redundant custom errors
- Updated Watch Together's application ID
- Changed docs provider to mkdocs and updated docs content.
discord-together v1.1.2 STABLE PUBLIC
- Added 3 new voice activities:
- Letter Tile
- Word Snack
- Doodle Crew
Thanks to @awesomehet2124 for providing the IDs!
- Optimized a few lines
- Added new DiscordTogether.default_choices attribute to list all default application choices as a
list
discord-together v1.1.1 STABLE PUBLIC
- Added Python 3.6 and above support!
- Added docs and discord server badges to README.md
- Added
max_age
andmax_uses
kwargs to create_link(). - Added
InvalidCustomID
andRangeExceeded
custom errors. - Updated the application ID for 'CG 2 Dev' which is now 'Chess in the Park'
- Created
ActivityLink
object that is returned after using create_link. - Fixed debug mode outputs not appearing for custom ID attempts.
- Optimized code and fixed redundancies.
Enjoy :D
discord-together v1.1.0 STABLE PUBLIC
- Switched to using Semantic Versioning for this package.
- Fixed a TypeError caused by inputting options with uppercase letters / strings with spaces in them.
- Fixed typos within files.
- Added a Type check for both parameters of create_link()