package Modules; import org.telegram.telegrambots.meta.api.objects.Update; public interface Module { void execute(Update update); }