Skip to content

Commit b1aab8b

Browse files
committed
feat!: component decor logic instituted separate from client.
1 parent 15ebda8 commit b1aab8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

interactions/decor.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ from typing import Any, Dict, List, Optional, Union
33
from .api.models.guild import Guild
44
from .enums import ApplicationCommandType
55
from .models.command import ApplicationCommand, Option
6+
from .models.component import Button, Component, SelectMenu
67

78
def command(
89
*,

0 commit comments

Comments
 (0)