MCPcopy Create free account

hub / github.com/chrigeeel/SatanGo / functions

Functions505 in github.com/chrigeeel/SatanGo

MethodPrivateChannel
PrivateChannel gets a private channel by ID. This method is Deprecated, use Channel(channelID)
cooldiscord/state.go:540
MethodReference
Reference returns MessageReference of given message
cooldiscord/message.go:378
MethodRegister
Register sends a Register request to Discord, and returns the authentication token Note that this account is temporary and should be verified for futu
cooldiscord/restapi.go:224
MethodRelationshipDelete
RelationshipDelete removes the relationship with a user. userID: ID of the user.
cooldiscord/restapi.go:2322
MethodRelationshipFriendRequestAccept
RelationshipFriendRequestAccept accepts a friend request from a user. userID: ID of the user.
cooldiscord/restapi.go:2308
MethodRelationshipFriendRequestSend
RelationshipFriendRequestSend sends a friend request to a user. userID: ID of the user.
cooldiscord/restapi.go:2301
MethodRelationshipUserBlock
RelationshipUserBlock blocks a user. userID: ID of the user.
cooldiscord/restapi.go:2315
MethodRelationshipsGet
------------------------------------------------------------------------------------------------ Functions specific to Discord Relationships (Friends
cooldiscord/restapi.go:2278
MethodRelationshipsMutualGet
RelationshipsMutualGet returns an array of all the users both @me and the given user is friends with. userID: ID of the user.
cooldiscord/restapi.go:2329
MethodRequest
Request is the same as RequestWithBucketID but the bucket id is the same as the urlStr
cooldiscord/restapi.go:45
MethodRequestGuildMembers
RequestGuildMembers requests guild members from the gateway The gateway responds with GuildMembersChunk events guildID : Single Guild ID to request
cooldiscord/wsapi.go:418
MethodRequestGuildMembersBatch
RequestGuildMembersBatch requests guild members from the gateway The gateway responds with GuildMembersChunk events guildID : Slice of guild IDs to
cooldiscord/wsapi.go:435
FunctionSnowflakeTimestamp
SnowflakeTimestamp returns the creation time of a Snowflake ID relative to the creation of Discord.
cooldiscord/util.go:9
MethodSwap
(i, j int)
cooldiscord/structs.go:677
MethodType
Type returns the event type for ChannelCreate events.
cooldiscord/eventhandlers.go:60
MethodType
Type returns the event type for ChannelDelete events.
cooldiscord/eventhandlers.go:80
MethodType
Type returns the event type for ChannelPinsUpdate events.
cooldiscord/eventhandlers.go:100
MethodType
Type returns the event type for ChannelUpdate events.
cooldiscord/eventhandlers.go:120
MethodType
Type returns the event type for Connect events.
cooldiscord/eventhandlers.go:140
MethodType
Type returns the event type for Disconnect events.
cooldiscord/eventhandlers.go:155
MethodType
Type returns the event type for Event events.
cooldiscord/eventhandlers.go:170
MethodType
Type returns the event type for GuildBanAdd events.
cooldiscord/eventhandlers.go:185
MethodType
Type returns the event type for GuildBanRemove events.
cooldiscord/eventhandlers.go:205
MethodType
Type returns the event type for GuildCreate events.
cooldiscord/eventhandlers.go:225
MethodType
Type returns the event type for GuildDelete events.
cooldiscord/eventhandlers.go:245
MethodType
Type returns the event type for GuildEmojisUpdate events.
cooldiscord/eventhandlers.go:265
MethodType
Type returns the event type for GuildIntegrationsUpdate events.
cooldiscord/eventhandlers.go:285
MethodType
Type returns the event type for GuildMemberAdd events.
cooldiscord/eventhandlers.go:305
MethodType
Type returns the event type for GuildMemberRemove events.
cooldiscord/eventhandlers.go:325
MethodType
Type returns the event type for GuildMemberUpdate events.
cooldiscord/eventhandlers.go:345
MethodType
Type returns the event type for GuildMembersChunk events.
cooldiscord/eventhandlers.go:365
MethodType
Type returns the event type for GuildRoleCreate events.
cooldiscord/eventhandlers.go:385
MethodType
Type returns the event type for GuildRoleDelete events.
cooldiscord/eventhandlers.go:405
MethodType
Type returns the event type for GuildRoleUpdate events.
cooldiscord/eventhandlers.go:425
MethodType
Type returns the event type for GuildUpdate events.
cooldiscord/eventhandlers.go:445
MethodType
Type returns the event type for MessageAck events.
cooldiscord/eventhandlers.go:465
MethodType
Type returns the event type for MessageCreate events.
cooldiscord/eventhandlers.go:485
MethodType
Type returns the event type for MessageDelete events.
cooldiscord/eventhandlers.go:505
MethodType
Type returns the event type for MessageDeleteBulk events.
cooldiscord/eventhandlers.go:525
MethodType
Type returns the event type for MessageReactionAdd events.
cooldiscord/eventhandlers.go:545
MethodType
Type returns the event type for MessageReactionRemove events.
cooldiscord/eventhandlers.go:565
MethodType
Type returns the event type for MessageReactionRemoveAll events.
cooldiscord/eventhandlers.go:585
MethodType
Type returns the event type for MessageUpdate events.
cooldiscord/eventhandlers.go:605
MethodType
Type returns the event type for PresenceUpdate events.
cooldiscord/eventhandlers.go:625
MethodType
Type returns the event type for PresencesReplace events.
cooldiscord/eventhandlers.go:645
MethodType
Type returns the event type for RateLimit events.
cooldiscord/eventhandlers.go:665
MethodType
Type returns the event type for Ready events.
cooldiscord/eventhandlers.go:680
MethodType
Type returns the event type for RelationshipAdd events.
cooldiscord/eventhandlers.go:700
MethodType
Type returns the event type for RelationshipRemove events.
cooldiscord/eventhandlers.go:720
MethodType
Type returns the event type for Resumed events.
cooldiscord/eventhandlers.go:740
MethodType
Type returns the event type for TypingStart events.
cooldiscord/eventhandlers.go:760
MethodType
Type returns the event type for UserGuildSettingsUpdate events.
cooldiscord/eventhandlers.go:780
MethodType
Type returns the event type for UserNoteUpdate events.
cooldiscord/eventhandlers.go:800
MethodType
Type returns the event type for UserSettingsUpdate events.
cooldiscord/eventhandlers.go:820
MethodType
Type returns the event type for UserUpdate events.
cooldiscord/eventhandlers.go:840
MethodType
Type returns the event type for VoiceServerUpdate events.
cooldiscord/eventhandlers.go:860
MethodType
Type returns the event type for VoiceStateUpdate events.
cooldiscord/eventhandlers.go:880
MethodType
Type returns the event type for WebhooksUpdate events.
cooldiscord/eventhandlers.go:900
MethodType
Type is the type of event this handler belongs to.
cooldiscord/event.go:18
MethodType
Type returns the event type for interface{} events.
cooldiscord/event.go:33
MethodUnmarshalJSON
UnmarshalJSON unmarshals JSON into TimeStamps struct
cooldiscord/structs.go:709
MethodUnmarshalJSON
UnmarshalJSON helps support translation of a milliseconds-based float into a time.Duration on TooManyRequests.
cooldiscord/structs.go:822
MethodUpdateGameStatus
UpdateGameStatus is used to update the user's status. If idle>0 then set status to idle. If name!="" then set game. if otherwise, set status to active
cooldiscord/wsapi.go:360
MethodUpdateListeningStatus
UpdateListeningStatus is used to set the user to "Listening to..." If name!="" then set to what user is listening to Else, set user to active and no a
cooldiscord/wsapi.go:380
MethodUpdateStreamingStatus
UpdateStreamingStatus is used to update the user's streaming status. If idle>0 then set status to idle. If name!="" then set game. If name!="" and url
cooldiscord/wsapi.go:369
MethodUserAvatar
UserAvatar is deprecated. Please use UserAvatarDecode userID : A user ID or "@me" which is a shortcut of current user ID
cooldiscord/restapi.go:287
MethodUserChannelCreate
UserChannelCreate creates a new User (Private) Channel with another User recipientID : A user ID for the user to which this channel is opened with.
cooldiscord/restapi.go:396
MethodUserChannelPermissions
UserChannelPermissions returns the permission of a user in a channel. userID : The ID of the user to calculate permissions for. channelID : The ID
cooldiscord/state.go:984
MethodUserChannelPermissions
UserChannelPermissions returns the permission of a user in a channel. userID : The ID of the user to calculate permissions for. channelID : The ID
cooldiscord/restapi.go:464
MethodUserChannels
UserChannels returns an array of Channel structures for all private channels.
cooldiscord/restapi.go:383
MethodUserColor
UserColor returns the color of a user in a channel. While colors are defined at a Guild level, determining for a channel is more useful in message han
cooldiscord/state.go:1036
MethodUserConnections
UserConnections returns the user's connections
cooldiscord/restapi.go:367
MethodUserGuildSettingsEdit
UserGuildSettingsEdit Edits the users notification settings for a guild guildID : The ID of the guild to edit the settings on settings : The settin
cooldiscord/restapi.go:447
MethodUserGuilds
UserGuilds returns an array of UserGuild structures for all guilds. limit : The number guilds that can be returned. (max 100) beforeID : If provi
cooldiscord/restapi.go:415
MethodUserNoteSet
------------------------------------------------------------------------------------------------ Functions specific to user notes --------------------
cooldiscord/restapi.go:2264
MethodUserSettings
UserSettings returns the settings for a given user
cooldiscord/restapi.go:334
MethodUserUpdate
UserUpdate updates a users settings.
cooldiscord/restapi.go:309
MethodUserUpdateStatus
UserUpdateStatus update the user status status : The new status (Actual valid status are 'online','idle','dnd','invisible')
cooldiscord/restapi.go:347
FunctionVerifyInteraction
VerifyInteraction implements message verification of the discord interactions api signing algorithm, as documented here: https://discord.com/developer
cooldiscord/interactions.go:15
MethodVoiceICE
VoiceICE returns the voice server ICE information
cooldiscord/restapi.go:1937
MethodWebhook
Webhook returns a webhook for a given ID webhookID: The ID of a webhook.
cooldiscord/restapi.go:2055
MethodWebhookCreate
Functions specific to Webhooks WebhookCreate returns a new Webhook. channelID: The ID of a Channel. name : The name of the webhook. avatar : The
cooldiscord/restapi.go:2008
MethodWebhookDelete
WebhookDelete deletes a webhook for a given ID webhookID: The ID of a webhook.
cooldiscord/restapi.go:2128
MethodWebhookDeleteWithToken
WebhookDeleteWithToken deletes a webhook for a given ID with an auth token. webhookID: The ID of a webhook. token : The auth token for the webhook.
cooldiscord/restapi.go:2138
MethodWebhookEdit
WebhookEdit updates an existing Webhook. webhookID: The ID of a webhook. name : The name of the webhook. avatar : The avatar of the webhook.
cooldiscord/restapi.go:2086
MethodWebhookEditWithToken
WebhookEditWithToken updates an existing Webhook with an auth token. webhookID: The ID of a webhook. token : The auth token for the webhook. name
cooldiscord/restapi.go:2109
MethodWebhookExecute
WebhookExecute executes a webhook. webhookID: The ID of a webhook. token : The auth token for the webhook wait : Waits for server confirmation
cooldiscord/restapi.go:2154
MethodWebhookWithToken
WebhookWithToken returns a webhook for a given ID webhookID: The ID of a webhook. token : The auth token for the webhook.
cooldiscord/restapi.go:2070
FunctionconstName
(name string)
cooldiscord/tools/cmd/eventhandlers/main.go:114
FunctionhandleLink
(c *fiber.Ctx)
modules/getpw/extension.go:23
FunctionhandleProfiles
(c *fiber.Ctx)
modules/getpw/extension.go:77
Functionhealth_check
()
tlapi/app.py:49
Functionhealth_check
()
tlapi/perfCharDone/app.py:73
Functioninit
()
cooldiscord/eventhandlers.go:1013
Functioninit
()
menus/clear.go:14
Functionmain
* hello, although i wrote this code some time ago and this was my FIRST EVER go project, i hope you can still learn something from it and maybe us
main.go:40
Functionmain
()
cooldiscord/tools/cmd/eventhandlers/main.go:69
FunctionmessageHandler
(s *cooldiscord.Session, m *cooldiscord.MessageCreate)
modules/getpw/discord.go:42
FunctionprivateName
(name string)
cooldiscord/tools/cmd/eventhandlers/main.go:122
Functionprocess_after_request
()
tlapi/perfCharDone/app.py:52
← previousnext →401–500 of 505, ranked by callers