Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chrigeeel/SatanGo
/ functions
Functions
505 in github.com/chrigeeel/SatanGo
⨍
Functions
505
◇
Types & classes
284
↳
Endpoints
6
Method
Handle
Handle is the handler for GuildDelete events.
cooldiscord/eventhandlers.go:255
Method
Handle
Handle is the handler for GuildEmojisUpdate events.
cooldiscord/eventhandlers.go:275
Method
Handle
Handle is the handler for GuildIntegrationsUpdate events.
cooldiscord/eventhandlers.go:295
Method
Handle
Handle is the handler for GuildMemberAdd events.
cooldiscord/eventhandlers.go:315
Method
Handle
Handle is the handler for GuildMemberRemove events.
cooldiscord/eventhandlers.go:335
Method
Handle
Handle is the handler for GuildMemberUpdate events.
cooldiscord/eventhandlers.go:355
Method
Handle
Handle is the handler for GuildMembersChunk events.
cooldiscord/eventhandlers.go:375
Method
Handle
Handle is the handler for GuildRoleCreate events.
cooldiscord/eventhandlers.go:395
Method
Handle
Handle is the handler for GuildRoleDelete events.
cooldiscord/eventhandlers.go:415
Method
Handle
Handle is the handler for GuildRoleUpdate events.
cooldiscord/eventhandlers.go:435
Method
Handle
Handle is the handler for GuildUpdate events.
cooldiscord/eventhandlers.go:455
Method
Handle
Handle is the handler for MessageAck events.
cooldiscord/eventhandlers.go:475
Method
Handle
Handle is the handler for MessageCreate events.
cooldiscord/eventhandlers.go:495
Method
Handle
Handle is the handler for MessageDelete events.
cooldiscord/eventhandlers.go:515
Method
Handle
Handle is the handler for MessageDeleteBulk events.
cooldiscord/eventhandlers.go:535
Method
Handle
Handle is the handler for MessageReactionAdd events.
cooldiscord/eventhandlers.go:555
Method
Handle
Handle is the handler for MessageReactionRemove events.
cooldiscord/eventhandlers.go:575
Method
Handle
Handle is the handler for MessageReactionRemoveAll events.
cooldiscord/eventhandlers.go:595
Method
Handle
Handle is the handler for MessageUpdate events.
cooldiscord/eventhandlers.go:615
Method
Handle
Handle is the handler for PresenceUpdate events.
cooldiscord/eventhandlers.go:635
Method
Handle
Handle is the handler for PresencesReplace events.
cooldiscord/eventhandlers.go:655
Method
Handle
Handle is the handler for RateLimit events.
cooldiscord/eventhandlers.go:670
Method
Handle
Handle is the handler for Ready events.
cooldiscord/eventhandlers.go:690
Method
Handle
Handle is the handler for RelationshipAdd events.
cooldiscord/eventhandlers.go:710
Method
Handle
Handle is the handler for RelationshipRemove events.
cooldiscord/eventhandlers.go:730
Method
Handle
Handle is the handler for Resumed events.
cooldiscord/eventhandlers.go:750
Method
Handle
Handle is the handler for TypingStart events.
cooldiscord/eventhandlers.go:770
Method
Handle
Handle is the handler for UserGuildSettingsUpdate events.
cooldiscord/eventhandlers.go:790
Method
Handle
Handle is the handler for UserNoteUpdate events.
cooldiscord/eventhandlers.go:810
Method
Handle
Handle is the handler for UserSettingsUpdate events.
cooldiscord/eventhandlers.go:830
Method
Handle
Handle is the handler for UserUpdate events.
cooldiscord/eventhandlers.go:850
Method
Handle
Handle is the handler for VoiceServerUpdate events.
cooldiscord/eventhandlers.go:870
Method
Handle
Handle is the handler for VoiceStateUpdate events.
cooldiscord/eventhandlers.go:890
Method
Handle
Handle is the handler for WebhooksUpdate events.
cooldiscord/eventhandlers.go:910
Method
Handle
Handle is the handler for an interface{} event.
cooldiscord/event.go:38
Method
HeartbeatLatency
HeartbeatLatency returns the latency between heartbeat acknowledgement and heartbeat send.
cooldiscord/wsapi.go:269
Method
IconURL
IconURL returns a URL to the guild's icon.
cooldiscord/structs.go:596
Function
Input
(userData loader.UserDataStruct, profiles []loader.ProfileStruct, mode string)
modules/discordjoiner/input.go:14
Method
Invite
------------------------------------------------------------------------------------------------ Functions specific to Discord Invites ---------------
cooldiscord/restapi.go:1870
Method
InviteAccept
InviteAccept accepts an Invite to a Guild or Channel inviteID : The invite code
cooldiscord/restapi.go:1909
Method
InviteDelete
InviteDelete deletes an existing invite inviteID : the code of an invite
cooldiscord/restapi.go:1896
Method
InviteWithCounts
InviteWithCounts returns an Invite structure of the given invite including approximate member counts inviteID : The invite code
cooldiscord/restapi.go:1883
Method
Len
()
cooldiscord/structs.go:669
Method
Less
(i, j int)
cooldiscord/structs.go:673
Method
Logout
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
Method
Mention
Mention returns a string which mentions the channel
cooldiscord/structs.go:303
Method
Mention
Mention returns a string which mentions the role
cooldiscord/structs.go:662
Method
Mention
Mention creates a member mention
cooldiscord/structs.go:763
Method
Mention
Mention return a string which mentions the user
cooldiscord/user.go:84
Method
MessageColor
MessageColor returns the color of the author's name as displayed in the client associated with this message.
cooldiscord/state.go:1061
Method
MessageFormat
MessageFormat returns a correctly formatted Emoji for use in Message content and embeds
cooldiscord/structs.go:357
Method
MessagePermissions
MessagePermissions returns the permissions of the author of the message in the channel in which it was sent.
cooldiscord/state.go:1009
Method
MessageReactionAdd
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
Method
MessageReactionRemove
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
Method
MessageReactions
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
Method
MessageReactionsRemoveAll
MessageReactionsRemoveAll deletes all reactions from a message channelID : The channel ID messageID : The message ID.
cooldiscord/restapi.go:2201
Method
MessageReactionsRemoveEmoji
MessageReactionsRemoveEmoji deletes all reactions of a certain emoji from a message channelID : The channel ID messageID : The message ID emojiID :
cooldiscord/restapi.go:2212
Method
New
New returns a new instance of ChannelCreate.
cooldiscord/eventhandlers.go:65
Method
New
New returns a new instance of ChannelDelete.
cooldiscord/eventhandlers.go:85
Method
New
New returns a new instance of ChannelPinsUpdate.
cooldiscord/eventhandlers.go:105
Method
New
New returns a new instance of ChannelUpdate.
cooldiscord/eventhandlers.go:125
Method
New
New returns a new instance of GuildBanAdd.
cooldiscord/eventhandlers.go:190
Method
New
New returns a new instance of GuildBanRemove.
cooldiscord/eventhandlers.go:210
Method
New
New returns a new instance of GuildCreate.
cooldiscord/eventhandlers.go:230
Method
New
New returns a new instance of GuildDelete.
cooldiscord/eventhandlers.go:250
Method
New
New returns a new instance of GuildEmojisUpdate.
cooldiscord/eventhandlers.go:270
Method
New
New returns a new instance of GuildIntegrationsUpdate.
cooldiscord/eventhandlers.go:290
Method
New
New returns a new instance of GuildMemberAdd.
cooldiscord/eventhandlers.go:310
Method
New
New returns a new instance of GuildMemberRemove.
cooldiscord/eventhandlers.go:330
Method
New
New returns a new instance of GuildMemberUpdate.
cooldiscord/eventhandlers.go:350
Method
New
New returns a new instance of GuildMembersChunk.
cooldiscord/eventhandlers.go:370
Method
New
New returns a new instance of GuildRoleCreate.
cooldiscord/eventhandlers.go:390
Method
New
New returns a new instance of GuildRoleDelete.
cooldiscord/eventhandlers.go:410
Method
New
New returns a new instance of GuildRoleUpdate.
cooldiscord/eventhandlers.go:430
Method
New
New returns a new instance of GuildUpdate.
cooldiscord/eventhandlers.go:450
Method
New
New returns a new instance of MessageAck.
cooldiscord/eventhandlers.go:470
Method
New
New returns a new instance of MessageCreate.
cooldiscord/eventhandlers.go:490
Method
New
New returns a new instance of MessageDelete.
cooldiscord/eventhandlers.go:510
Method
New
New returns a new instance of MessageDeleteBulk.
cooldiscord/eventhandlers.go:530
Method
New
New returns a new instance of MessageReactionAdd.
cooldiscord/eventhandlers.go:550
Method
New
New returns a new instance of MessageReactionRemove.
cooldiscord/eventhandlers.go:570
Method
New
New returns a new instance of MessageReactionRemoveAll.
cooldiscord/eventhandlers.go:590
Method
New
New returns a new instance of MessageUpdate.
cooldiscord/eventhandlers.go:610
Method
New
New returns a new instance of PresenceUpdate.
cooldiscord/eventhandlers.go:630
Method
New
New returns a new instance of PresencesReplace.
cooldiscord/eventhandlers.go:650
Method
New
New returns a new instance of Ready.
cooldiscord/eventhandlers.go:685
Method
New
New returns a new instance of RelationshipAdd.
cooldiscord/eventhandlers.go:705
Method
New
New returns a new instance of RelationshipRemove.
cooldiscord/eventhandlers.go:725
Method
New
New returns a new instance of Resumed.
cooldiscord/eventhandlers.go:745
Method
New
New returns a new instance of TypingStart.
cooldiscord/eventhandlers.go:765
Method
New
New returns a new instance of UserGuildSettingsUpdate.
cooldiscord/eventhandlers.go:785
Method
New
New returns a new instance of UserNoteUpdate.
cooldiscord/eventhandlers.go:805
Method
New
New returns a new instance of UserSettingsUpdate.
cooldiscord/eventhandlers.go:825
Method
New
New returns a new instance of UserUpdate.
cooldiscord/eventhandlers.go:845
Method
New
New returns a new instance of VoiceServerUpdate.
cooldiscord/eventhandlers.go:865
Method
New
New returns a new instance of VoiceStateUpdate.
cooldiscord/eventhandlers.go:885
Method
New
New returns a new instance of WebhooksUpdate.
cooldiscord/eventhandlers.go:905
Function
PWSharingSend
(userData loader.UserDataStruct, password string, site string, siteType string)
modules/getpw/pwshare.go:111
Method
Presence
Presence gets a presence by ID from a guild.
cooldiscord/state.go:261
Method
PresenceRemove
PresenceRemove removes a presence from the current world state.
cooldiscord/state.go:237
← previous
next →
301–400 of 505, ranked by callers