Added Interaction handler abstraction
This commit is contained in:
		| @@ -0,0 +1,4 @@ | ||||
| package net.tomatentum.marinara.handler; | ||||
|  | ||||
| public interface InteractionHandler { | ||||
| } | ||||
| @@ -0,0 +1,9 @@ | ||||
| package net.tomatentum.marinara.interaction; | ||||
|  | ||||
| public enum InteractionType { | ||||
|     COMMAND, | ||||
|     AUTOCOMPLETE, | ||||
|     BUTTON, | ||||
|     SELECT_MENU, | ||||
|     MODAL | ||||
| } | ||||
		Reference in New Issue
	
	Block a user