Class DiscordChannelMessageEvent
java.lang.Object
tv.phantombot.event.Event
tv.phantombot.event.discord.DiscordEvent
tv.phantombot.event.discord.channel.DiscordChannelEvent
tv.phantombot.event.discord.channel.DiscordChannelMessageEvent
-
Constructor Summary
ConstructorsConstructorDescriptionDiscordChannelMessageEvent(discord4j.core.object.entity.User user, discord4j.core.object.entity.channel.Channel channel, discord4j.core.object.entity.Message message, boolean isAdmin) Class constructor for this event. -
Method Summary
Methods inherited from class tv.phantombot.event.discord.DiscordEvent
getChannel, getChannelId, getDiscordAudioChannel, getDiscordChannel, getDiscordMessage, getDiscordUser, getDiscriminator, getMention, getMessage, getSender, getSenderId, getUsername
-
Constructor Details
-
DiscordChannelMessageEvent
public DiscordChannelMessageEvent(discord4j.core.object.entity.User user, discord4j.core.object.entity.channel.Channel channel, discord4j.core.object.entity.Message message, boolean isAdmin) Class constructor for this event.- Parameters:
user-channel-message-isAdmin-
-
-
Method Details