Documentation ¶
Overview ¶
Package shortevent is a short version of the event pkg. Please import this pkg as event.evt. This package should be use with case, as Discord might add a new event that can cause the names here to break or not make sense anymore. I really do not recommend using this pkg instead of the event pkg.
Index ¶
Constants ¶
View Source
const Ban = event.GuildBanAdd
View Source
const CDelete = event.ChannelDelete
View Source
const CPinsUpdate = event.ChannelPinsUpdate
View Source
const CUpdate = event.ChannelUpdate
View Source
const Channel = event.ChannelCreate
View Source
const EmojisUpdate = event.GuildEmojisUpdate
View Source
const GDelete = event.GuildDelete
View Source
const GUpdate = event.GuildUpdate
View Source
const Guild = event.GuildCreate
View Source
const IntegrationsUpdate = event.GuildIntegrationsUpdate
View Source
const Member = event.GuildMemberAdd
View Source
const MemberRm = event.GuildMemberRemove
View Source
const MemberUpdate = event.GuildMemberUpdate
View Source
const MembersChunk = event.GuildMembersChunk
View Source
const Msg = event.MessageCreate
View Source
const MsgDelete = event.MessageDelete
View Source
const MsgDeleteBulk = event.MessageDeleteBulk
View Source
const MsgReaction = event.MessageReactionAdd
View Source
const MsgReactionRm = event.MessageReactionRemove
View Source
const MsgReactionRmAll = event.MessageReactionRemoveAll
View Source
const MsgUpdate = event.MessageUpdate
View Source
const PresenceUpdate = event.PresenceUpdate
View Source
const PresencesReplace = event.PresencesReplace
View Source
const Rdy = event.Ready
View Source
const Resumed = event.Resumed
View Source
const Role = event.GuildRoleCreate
View Source
const RoleDelete = event.GuildRoleDelete
View Source
const RoleUpdate = event.GuildRoleUpdate
View Source
const Typing = event.TypingStart
View Source
const UnBan = event.GuildBanRemove
View Source
const UserUpdate = event.UserUpdate
View Source
const VoiceServerUpdate = event.VoiceServerUpdate
View Source
const VoiceStateUpdate = event.VoiceStateUpdate
View Source
const WebhooksUpdate = event.WebhooksUpdate
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.