Package org.localify.common
Class BotService
java.lang.Object
org.localify.common.BotService
Service for interacting with a bot, such as for sending notifications.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordRepresents a request to create an embed for an artist-city contribution. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidartistCityContribution(ArtistCity artistCity) Sends a notification about an artist-city contribution.
-
Constructor Details
-
BotService
Constructs a new BotService.- Parameters:
properties- The application properties.
-
-
Method Details
-
artistCityContribution
Sends a notification about an artist-city contribution.- Parameters:
artistCity- The artist-city contribution.
-