Browse Source

Undocument Item.width

It doesn't serve much of a purpose to users
pull/7192/head
Rapptz 4 years ago
parent
commit
f153154b7a
  1. 1
      discord/ui/item.py

1
discord/ui/item.py

@ -107,7 +107,6 @@ class Item(Generic[V]):
@property
def width(self) -> int:
""":class:`int`: The width of the item."""
return 1
@property

Loading…
Cancel
Save