Package tv.phantombot.event.discord.role
Class DiscordRoleEvent
java.lang.Object
tv.phantombot.event.Event
tv.phantombot.event.discord.DiscordEvent
tv.phantombot.event.discord.role.DiscordRoleEvent
- Direct Known Subclasses:
DiscordRoleCreatedEvent
,DiscordRoleDeletedEvent
,DiscordRoleUpdatedEvent
- Author:
- ScaniaTV
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethod that returns the IRole object created.Method that returns the ID of the role created.Methods inherited from class tv.phantombot.event.discord.DiscordEvent
getChannel, getChannelId, getDiscordChannel, getDiscordMessage, getDiscordUser, getDiscordVoiceChannel, getDiscriminator, getMention, getMessage, getSender, getSenderId, getUsername
-
Constructor Details
-
DiscordRoleEvent
Abstract constructor- Parameters:
role
-
-
-
Method Details
-
getRoleID
Method that returns the ID of the role created.- Returns:
-
getDiscordRole
Method that returns the IRole object created.- Returns:
-