Add initial support for buttons and components
This commit is contained in:
		
							
								
								
									
										14
									
								
								discord/ui/__init__.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								discord/ui/__init__.py
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,14 @@ | ||||
| """ | ||||
| discord.ui | ||||
| ~~~~~~~~~~~ | ||||
|  | ||||
| Bot UI Kit helper for the Discord API | ||||
|  | ||||
| :copyright: (c) 2015-present Rapptz | ||||
| :license: MIT, see LICENSE for more details. | ||||
|  | ||||
| """ | ||||
|  | ||||
| from .view import * | ||||
| from .item import * | ||||
| from .button import * | ||||
		Reference in New Issue
	
	Block a user