Skip to content

Commit

Permalink
Feature/traits fix (#425)
Browse files Browse the repository at this point in the history
* Modify traits to remove useless inheritance (#404)

- Removes CacheAware from RestAware

* Add missing dot

* Fix code in website background

* Fix notifying new pypi versions
   - Default HEAD version to 0.0.0

* Remove guild chunker and add cache configuration (#412)

- Fix traits
   - Fix updating voice state payload
   - Remove stateless cache and stateless guild chunker
   - Clear out cache on bot close
   - Configurable cache
   - Temporarily removed guild_chunker
   - General cleanup

* Merge stateless and stateware event managers (#424)

- Remove guild chunker
  - Provide request_nonce on GuildAvailableEvent to aid users

* Address some comments in pr
  - `get_user` added in PresenceUpdateEvent
  - `MessageDeleteEvent.channel` now also asserts for None
  • Loading branch information
davfsa authored Jan 14, 2021
1 parent 6a96dcb commit 5420346
Show file tree
Hide file tree
Showing 38 changed files with 1,320 additions and 3,751 deletions.
1 change: 0 additions & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ ignore =
per-file-ignores =
hikari/__init__.py: F401,F403
hikari/events/__init__.py: F401,F403
hikari/impl/stateless_cache.py: R102
hikari/internal/routes.py: FS003
hikari/internal/time.py: FS003
tests/hikari/*: FS003,S106,D106,D104,D103,D101,D100
Expand Down
Loading

0 comments on commit 5420346

Please sign in to comment.