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 SummaryConstructors
- 
Method SummaryModifier 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.DiscordEventgetChannel, getChannelId, getDiscordChannel, getDiscordMessage, getDiscordUser, getDiscordVoiceChannel, getDiscriminator, getMention, getMessage, getSender, getSenderId, getUsername
- 
Constructor Details- 
DiscordRoleEventAbstract constructor- Parameters:
- role-
 
 
- 
- 
Method Details- 
getRoleIDMethod that returns the ID of the role created.- Returns:
 
- 
getDiscordRoleMethod that returns the IRole object created.- Returns:
 
 
-