mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-03 18:42:43 +00:00
Remove extraneous dict assignment from view store
This commit is contained in:
parent
74e1ab09a0
commit
8df35c83a9
@ -511,7 +511,6 @@ class ViewStore:
|
||||
return
|
||||
|
||||
view, item = value
|
||||
self._views[key] = (view, item)
|
||||
item.refresh_state(interaction)
|
||||
view._dispatch_item(item, interaction)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user