Browse Source

chore: Remove leftover code

pull/10166/head
DA-344 2 months ago
parent
commit
92cb5575e3
  1. 2
      discord/http.py

2
discord/http.py

@ -192,8 +192,6 @@ def handle_message_parameters(
if view is not MISSING:
if view is not None:
if getattr(view, '__discord_ui_container__', False):
raise TypeError('Containers must be wrapped around Views')
payload['components'] = view.to_components()
if view.has_components_v2():

Loading…
Cancel
Save