MCPcopy Create free account

hub / github.com/chrigeeel/SatanGo / functions

Functions505 in github.com/chrigeeel/SatanGo

MethodHandle
Handle is the handler for GuildDelete events.
cooldiscord/eventhandlers.go:255
MethodHandle
Handle is the handler for GuildEmojisUpdate events.
cooldiscord/eventhandlers.go:275
MethodHandle
Handle is the handler for GuildIntegrationsUpdate events.
cooldiscord/eventhandlers.go:295
MethodHandle
Handle is the handler for GuildMemberAdd events.
cooldiscord/eventhandlers.go:315
MethodHandle
Handle is the handler for GuildMemberRemove events.
cooldiscord/eventhandlers.go:335
MethodHandle
Handle is the handler for GuildMemberUpdate events.
cooldiscord/eventhandlers.go:355
MethodHandle
Handle is the handler for GuildMembersChunk events.
cooldiscord/eventhandlers.go:375
MethodHandle
Handle is the handler for GuildRoleCreate events.
cooldiscord/eventhandlers.go:395
MethodHandle
Handle is the handler for GuildRoleDelete events.
cooldiscord/eventhandlers.go:415
MethodHandle
Handle is the handler for GuildRoleUpdate events.
cooldiscord/eventhandlers.go:435
MethodHandle
Handle is the handler for GuildUpdate events.
cooldiscord/eventhandlers.go:455
MethodHandle
Handle is the handler for MessageAck events.
cooldiscord/eventhandlers.go:475
MethodHandle
Handle is the handler for MessageCreate events.
cooldiscord/eventhandlers.go:495
MethodHandle
Handle is the handler for MessageDelete events.
cooldiscord/eventhandlers.go:515
MethodHandle
Handle is the handler for MessageDeleteBulk events.
cooldiscord/eventhandlers.go:535
MethodHandle
Handle is the handler for MessageReactionAdd events.
cooldiscord/eventhandlers.go:555
MethodHandle
Handle is the handler for MessageReactionRemove events.
cooldiscord/eventhandlers.go:575
MethodHandle
Handle is the handler for MessageReactionRemoveAll events.
cooldiscord/eventhandlers.go:595
MethodHandle
Handle is the handler for MessageUpdate events.
cooldiscord/eventhandlers.go:615
MethodHandle
Handle is the handler for PresenceUpdate events.
cooldiscord/eventhandlers.go:635
MethodHandle
Handle is the handler for PresencesReplace events.
cooldiscord/eventhandlers.go:655
MethodHandle
Handle is the handler for RateLimit events.
cooldiscord/eventhandlers.go:670
MethodHandle
Handle is the handler for Ready events.
cooldiscord/eventhandlers.go:690
MethodHandle
Handle is the handler for RelationshipAdd events.
cooldiscord/eventhandlers.go:710
MethodHandle
Handle is the handler for RelationshipRemove events.
cooldiscord/eventhandlers.go:730
MethodHandle
Handle is the handler for Resumed events.
cooldiscord/eventhandlers.go:750
MethodHandle
Handle is the handler for TypingStart events.
cooldiscord/eventhandlers.go:770
MethodHandle
Handle is the handler for UserGuildSettingsUpdate events.
cooldiscord/eventhandlers.go:790
MethodHandle
Handle is the handler for UserNoteUpdate events.
cooldiscord/eventhandlers.go:810
MethodHandle
Handle is the handler for UserSettingsUpdate events.
cooldiscord/eventhandlers.go:830
MethodHandle
Handle is the handler for UserUpdate events.
cooldiscord/eventhandlers.go:850
MethodHandle
Handle is the handler for VoiceServerUpdate events.
cooldiscord/eventhandlers.go:870
MethodHandle
Handle is the handler for VoiceStateUpdate events.
cooldiscord/eventhandlers.go:890
MethodHandle
Handle is the handler for WebhooksUpdate events.
cooldiscord/eventhandlers.go:910
MethodHandle
Handle is the handler for an interface{} event.
cooldiscord/event.go:38
MethodHeartbeatLatency
HeartbeatLatency returns the latency between heartbeat acknowledgement and heartbeat send.
cooldiscord/wsapi.go:269
MethodIconURL
IconURL returns a URL to the guild's icon.
cooldiscord/structs.go:596
FunctionInput
(userData loader.UserDataStruct, profiles []loader.ProfileStruct, mode string)
modules/discordjoiner/input.go:14
MethodInvite
------------------------------------------------------------------------------------------------ Functions specific to Discord Invites ---------------
cooldiscord/restapi.go:1870
MethodInviteAccept
InviteAccept accepts an Invite to a Guild or Channel inviteID : The invite code
cooldiscord/restapi.go:1909
MethodInviteDelete
InviteDelete deletes an existing invite inviteID : the code of an invite
cooldiscord/restapi.go:1896
MethodInviteWithCounts
InviteWithCounts returns an Invite structure of the given invite including approximate member counts inviteID : The invite code
cooldiscord/restapi.go:1883
MethodLen
()
cooldiscord/structs.go:669
MethodLess
(i, j int)
cooldiscord/structs.go:673
MethodLogout
Logout sends a logout request to Discord. This does not seem to actually invalidate the token. So you can still make API calls even after a Logout.
cooldiscord/restapi.go:252
MethodMention
Mention returns a string which mentions the channel
cooldiscord/structs.go:303
MethodMention
Mention returns a string which mentions the role
cooldiscord/structs.go:662
MethodMention
Mention creates a member mention
cooldiscord/structs.go:763
MethodMention
Mention return a string which mentions the user
cooldiscord/user.go:84
MethodMessageColor
MessageColor returns the color of the author's name as displayed in the client associated with this message.
cooldiscord/state.go:1061
MethodMessageFormat
MessageFormat returns a correctly formatted Emoji for use in Message content and embeds
cooldiscord/structs.go:357
MethodMessagePermissions
MessagePermissions returns the permissions of the author of the message in the channel in which it was sent.
cooldiscord/state.go:1009
MethodMessageReactionAdd
MessageReactionAdd creates an emoji reaction to a message. channelID : The channel ID. messageID : The message ID. emojiID : Either the unicode emoj
cooldiscord/restapi.go:2175
MethodMessageReactionRemove
MessageReactionRemove deletes an emoji reaction to a message. channelID : The channel ID. messageID : The message ID. emojiID : Either the unicode e
cooldiscord/restapi.go:2189
MethodMessageReactions
MessageReactions gets all the users reactions for a specific emoji. channelID : The channel ID. messageID : The message ID. emojiID : Either the uni
cooldiscord/restapi.go:2228
MethodMessageReactionsRemoveAll
MessageReactionsRemoveAll deletes all reactions from a message channelID : The channel ID messageID : The message ID.
cooldiscord/restapi.go:2201
MethodMessageReactionsRemoveEmoji
MessageReactionsRemoveEmoji deletes all reactions of a certain emoji from a message channelID : The channel ID messageID : The message ID emojiID :
cooldiscord/restapi.go:2212
MethodNew
New returns a new instance of ChannelCreate.
cooldiscord/eventhandlers.go:65
MethodNew
New returns a new instance of ChannelDelete.
cooldiscord/eventhandlers.go:85
MethodNew
New returns a new instance of ChannelPinsUpdate.
cooldiscord/eventhandlers.go:105
MethodNew
New returns a new instance of ChannelUpdate.
cooldiscord/eventhandlers.go:125
MethodNew
New returns a new instance of GuildBanAdd.
cooldiscord/eventhandlers.go:190
MethodNew
New returns a new instance of GuildBanRemove.
cooldiscord/eventhandlers.go:210
MethodNew
New returns a new instance of GuildCreate.
cooldiscord/eventhandlers.go:230
MethodNew
New returns a new instance of GuildDelete.
cooldiscord/eventhandlers.go:250
MethodNew
New returns a new instance of GuildEmojisUpdate.
cooldiscord/eventhandlers.go:270
MethodNew
New returns a new instance of GuildIntegrationsUpdate.
cooldiscord/eventhandlers.go:290
MethodNew
New returns a new instance of GuildMemberAdd.
cooldiscord/eventhandlers.go:310
MethodNew
New returns a new instance of GuildMemberRemove.
cooldiscord/eventhandlers.go:330
MethodNew
New returns a new instance of GuildMemberUpdate.
cooldiscord/eventhandlers.go:350
MethodNew
New returns a new instance of GuildMembersChunk.
cooldiscord/eventhandlers.go:370
MethodNew
New returns a new instance of GuildRoleCreate.
cooldiscord/eventhandlers.go:390
MethodNew
New returns a new instance of GuildRoleDelete.
cooldiscord/eventhandlers.go:410
MethodNew
New returns a new instance of GuildRoleUpdate.
cooldiscord/eventhandlers.go:430
MethodNew
New returns a new instance of GuildUpdate.
cooldiscord/eventhandlers.go:450
MethodNew
New returns a new instance of MessageAck.
cooldiscord/eventhandlers.go:470
MethodNew
New returns a new instance of MessageCreate.
cooldiscord/eventhandlers.go:490
MethodNew
New returns a new instance of MessageDelete.
cooldiscord/eventhandlers.go:510
MethodNew
New returns a new instance of MessageDeleteBulk.
cooldiscord/eventhandlers.go:530
MethodNew
New returns a new instance of MessageReactionAdd.
cooldiscord/eventhandlers.go:550
MethodNew
New returns a new instance of MessageReactionRemove.
cooldiscord/eventhandlers.go:570
MethodNew
New returns a new instance of MessageReactionRemoveAll.
cooldiscord/eventhandlers.go:590
MethodNew
New returns a new instance of MessageUpdate.
cooldiscord/eventhandlers.go:610
MethodNew
New returns a new instance of PresenceUpdate.
cooldiscord/eventhandlers.go:630
MethodNew
New returns a new instance of PresencesReplace.
cooldiscord/eventhandlers.go:650
MethodNew
New returns a new instance of Ready.
cooldiscord/eventhandlers.go:685
MethodNew
New returns a new instance of RelationshipAdd.
cooldiscord/eventhandlers.go:705
MethodNew
New returns a new instance of RelationshipRemove.
cooldiscord/eventhandlers.go:725
MethodNew
New returns a new instance of Resumed.
cooldiscord/eventhandlers.go:745
MethodNew
New returns a new instance of TypingStart.
cooldiscord/eventhandlers.go:765
MethodNew
New returns a new instance of UserGuildSettingsUpdate.
cooldiscord/eventhandlers.go:785
MethodNew
New returns a new instance of UserNoteUpdate.
cooldiscord/eventhandlers.go:805
MethodNew
New returns a new instance of UserSettingsUpdate.
cooldiscord/eventhandlers.go:825
MethodNew
New returns a new instance of UserUpdate.
cooldiscord/eventhandlers.go:845
MethodNew
New returns a new instance of VoiceServerUpdate.
cooldiscord/eventhandlers.go:865
MethodNew
New returns a new instance of VoiceStateUpdate.
cooldiscord/eventhandlers.go:885
MethodNew
New returns a new instance of WebhooksUpdate.
cooldiscord/eventhandlers.go:905
FunctionPWSharingSend
(userData loader.UserDataStruct, password string, site string, siteType string)
modules/getpw/pwshare.go:111
MethodPresence
Presence gets a presence by ID from a guild.
cooldiscord/state.go:261
MethodPresenceRemove
PresenceRemove removes a presence from the current world state.
cooldiscord/state.go:237
← previousnext →301–400 of 505, ranked by callers