MCPcopy Create free account

hub / github.com/chrigeeel/SatanGo / functions

Functions505 in github.com/chrigeeel/SatanGo

↓ 1 callersMethodGateway
------------------------------------------------------------------------------------------------ Functions specific to Discord Websockets ------------
cooldiscord/restapi.go:1953
↓ 1 callersMethodGetBucket
GetBucket retrieves or creates a bucket
cooldiscord/ratelimit.go:46
↓ 1 callersFunctionGetKey
(prefix string)
modules/getpw/getpw.go:156
↓ 1 callersFunctionGetPwAfk
()
modules/getpw/getpw.go:104
↓ 1 callersMethodGetWaitTime
GetWaitTime returns the duration you should wait for a Bucket
cooldiscord/ratelimit.go:73
↓ 1 callersMethodGuildBanCreateWithReason
GuildBanCreateWithReason bans the given user from the given guild also providing a reaso. guildID : The ID of a Guild. userID : The ID of a User
cooldiscord/restapi.go:708
↓ 1 callersMethodGuildChannelCreateComplex
GuildChannelCreateComplex creates a new channel in the given guild guildID : The ID of a Guild data : A data struct describing the new Ch
cooldiscord/restapi.go:959
↓ 1 callersMethodGuildMember
GuildMember returns a member of a guild. guildID : The ID of a Guild. userID : The ID of a User
cooldiscord/restapi.go:771
↓ 1 callersMethodGuildMemberDeleteWithReason
GuildMemberDeleteWithReason removes the given user from the given guild. guildID : The ID of a Guild. userID : The ID of a User reason : The r
cooldiscord/restapi.go:820
↓ 1 callersMethodGuildRemove
GuildRemove removes a guild from current world state.
cooldiscord/state.go:139
↓ 1 callersFunctionInitbp
()
modules/hyper/bp.go:59
↓ 1 callersFunctionInput
(userData loader.UserDataStruct, profiles []loader.ProfileStruct, proxies []string)
modules/hyper/input.go:23
↓ 1 callersFunctionInput
(userData loader.UserDataStruct, profiles []loader.ProfileStruct, proxies []string)
modules/shinobi/input.go:16
↓ 1 callersFunctionInput
(userData loader.UserDataStruct, profiles []loader.ProfileStruct)
modules/afk/input.go:18
↓ 1 callersFunctionInput
(userData loader.UserDataStruct, profiles []loader.ProfileStruct, proxies []string)
modules/shrey/input.go:18
↓ 1 callersFunctionInput
(userData loader.UserDataStruct, profiles []loader.ProfileStruct)
modules/wrath/input.go:15
↓ 1 callersFunctionInput
(userData loader.UserDataStruct, profiles []loader.ProfileStruct)
modules/keyclaimer/input.go:28
↓ 1 callersFunctionInput
(userData loader.UserDataStruct, profiles []loader.ProfileStruct, proxies []string)
modules/velo/input.go:46
↓ 1 callersFunctionLoadMonitorToken
()
loader/loader.go:93
↓ 1 callersFunctionLoadSettings
()
loader/loader.go:44
↓ 1 callersMethodLockBucket
LockBucket Locks until a request can be made
cooldiscord/ratelimit.go:90
↓ 1 callersFunctionMainMenu
(userData loader.UserDataStruct)
menus/menus.go:18
↓ 1 callersFunctionMakeIntent
MakeIntent used to help convert a gateway intent value for use in the Identify structure; this was useful to help support the use of a pointer type wh
cooldiscord/structs.go:1337
↓ 1 callersMethodMemberRemove
MemberRemove removes a member from current world state.
cooldiscord/state.go:319
↓ 1 callersMethodMessageRemove
MessageRemove removes a message from the world state.
cooldiscord/state.go:672
↓ 1 callersFunctionMonitorClipboard
()
modules/getpw/clipboard.go:10
↓ 1 callersFunctionMonitorDiscord
(wg *sync.WaitGroup, token string)
modules/getpw/discord.go:16
↓ 1 callersFunctionMonitorExtension
()
modules/getpw/extension.go:15
↓ 1 callersFunctionNew
New creates a new Discord session and will automate some startup tasks if given enough information to do so. Currently you can pass zero arguments an
cooldiscord/discord.go:52
↓ 1 callersFunctionNewRatelimiter
NewRatelimiter returns a new RateLimiter
cooldiscord/ratelimit.go:30
↓ 1 callersFunctionNowAsUnixMilli
()
modules/hyper/bp.go:87
↓ 1 callersMethodOnInterface
OnInterface handles all events related to states.
cooldiscord/state.go:816
↓ 1 callersFunctionPWShareConnectReceive
(wg *sync.WaitGroup, userData loader.UserDataStruct)
modules/getpw/pwshare.go:24
↓ 1 callersMethodParse
Parse parses a timestamp string into a time.Time object. The only time this can fail is if Discord changes their timestamp format.
cooldiscord/types.go:23
↓ 1 callersMethodRequestWithLockedBucket
RequestWithLockedBucket makes a request using a bucket that's already been locked
cooldiscord/restapi.go:73
↓ 1 callersMethodRole
Role gets a role by ID from a guild.
cooldiscord/state.go:426
↓ 1 callersMethodRoleRemove
RoleRemove removes a role from current world state by ID.
cooldiscord/state.go:402
↓ 1 callersMethodSetContent
SetContent is the same as setting the variable Content, except it doesn't take a pointer.
cooldiscord/message.go:183
↓ 1 callersMethodSetEmbed
SetEmbed is a convenience function for setting the embed, so you can chain commands.
cooldiscord/message.go:190
↓ 1 callersMethodSpeaking
Speaking sends a speaking notification to Discord over the voice websocket. This must be sent as true prior to sending audio and should be set to fals
cooldiscord/voice.go:80
↓ 1 callersFunctionUpdateRichPresence
(version string)
loader/richpresence.go:10
↓ 1 callersMethodUserAvatarDecode
UserAvatarDecode returns an image.Image of a user's Avatar user : The user which avatar should be retrieved
cooldiscord/restapi.go:298
↓ 1 callersFunctionVeloTask
(wg *sync.WaitGroup, userData loader.UserDataStruct, id int, site siteStruct, password string, profile loader.
modules/velo/taskfcfs.go:17
↓ 1 callersMethodVoiceRegions
------------------------------------------------------------------------------------------------ Functions specific to Discord Voice -----------------
cooldiscord/restapi.go:1925
↓ 1 callersMethodVoiceState
VoiceState gets a VoiceState by guild and user ID.
cooldiscord/state.go:732
↓ 1 callersMethodaddEventHandler
addEventHandler adds an event handler that will be fired anytime the Discord WSAPI matching eventHandler.Type() fires.
cooldiscord/event.go:65
↓ 1 callersMethodaddEventHandlerOnce
addEventHandler adds an event handler that will be fired the next time the Discord WSAPI matching eventHandler.Type() fires.
cooldiscord/event.go:83
↓ 1 callersFunctionaddToDict
(char)
tlapi/app.py:24
↓ 1 callersFunctionalign
(input_image, tmpFolder)
tlapi/app.py:224
↓ 1 callersFunctionalign
(input_image, tmpFolder)
tlapi/perfCharDone/app.py:342
↓ 1 callersFunctionalignToImage
(tmpFolder)
tlapi/app.py:257
↓ 1 callersFunctionalignToImage
(tmpFolder)
tlapi/perfCharDone/app.py:375
↓ 1 callersFunctiondebugChecker
()
loader/auth.go:41
↓ 1 callersFunctionfindApi
()
modules/tldash/findapi.go:11
↓ 1 callersFunctiongetProb
(input_image, char)
tlapi/app.py:52
↓ 1 callersFunctiongetProb
(input_image, char)
tlapi/perfCharDone/app.py:164
↓ 1 callersMethodheartbeat
heartbeat sends regular heartbeats to Discord so it knows the client is still connected. If you do not send these heartbeats Discord will disconnect
cooldiscord/wsapi.go:278
↓ 1 callersFunctioninputraffle
(userData loader.UserDataStruct, profiles []loader.ProfileStruct, proxies []string, discordLogin bool, site si
modules/tldash/inputraffle.go:13
↓ 1 callersFunctionisDiscordEvent
(name string)
cooldiscord/tools/cmd/eventhandlers/main.go:105
↓ 1 callersMethodlisten
listen polls the websocket connection for events, it will stop when the listening channel is closed, or an error occurs.
cooldiscord/wsapi.go:210
↓ 1 callersFunctionload
(site string)
modules/hyper/load.go:15
↓ 1 callersFunctionlogin
(profiles []loader.ProfileStruct, site string)
modules/shrey/login.go:17
↓ 1 callersFunctionlogin
(profiles []loader.ProfileStruct)
modules/wrath/login.go:15
↓ 1 callersFunctionlogin
(profiles []loader.ProfileStruct, site siteStruct)
modules/keyclaimer/login.go:19
↓ 1 callersFunctionlogin
(profiles []loader.ProfileStruct, site string)
modules/velo/login.go:18
↓ 1 callersFunctionlogin
(profiles []loader.ProfileStruct)
modules/tldash/login.go:17
↓ 1 callersFunctionnewRestError
(req *http.Request, resp *http.Response, body []byte)
cooldiscord/types.go:38
↓ 1 callersFunctionnewstripe
(site string, stripe string)
modules/tldash/taskfcfs.go:415
↓ 1 callersMethodonEvent
wsEvent handles any voice websocket events. This is only called by the wsListen() function.
cooldiscord/voice.go:398
↓ 1 callersMethodonInterface
onInterface handles all internal events and routes them to the appropriate internal handler.
cooldiscord/event.go:218
↓ 1 callersMethodonReady
onReady handles the ready event.
cooldiscord/event.go:238
↓ 1 callersMethodonReady
OnReady takes a Ready event and updates all internal state.
cooldiscord/state.go:775
↓ 1 callersMethodonVoiceServerUpdate
onVoiceServerUpdate handles the Voice Server Update data websocket event. This is also fired if the Guild's voice region changes while connected to a
cooldiscord/wsapi.go:717
↓ 1 callersMethodonVoiceStateUpdate
onVoiceStateUpdate handles Voice State Update events on the data websocket.
cooldiscord/wsapi.go:684
↓ 1 callersMethodopusReceiver
opusReceiver listens on the UDP socket for incoming packets and sends them across the given channel NOTE :: This function may change names later.
cooldiscord/voice.go:784
↓ 1 callersMethodopusSender
opusSender will listen on the given channel and send any pre-encoded opus audio to Discord. Supposedly.
cooldiscord/voice.go:676
↓ 1 callersFunctionrateLimit
(key)
tlapi/perfCharDone/app.py:398
↓ 1 callersFunctionsplitChars
(b64string)
tlapi/app.py:97
↓ 1 callersFunctionsplitChars
(b64string)
tlapi/perfCharDone/app.py:218
↓ 1 callersFunctionstripe
(stripeAccount string, profiles []loader.ProfileStruct)
modules/hyper/stripe.go:16
↓ 1 callersFunctionstripe
(profiles []loader.ProfileStruct)
modules/shinobi/stripe.go:16
↓ 1 callersFunctionstripe
(profiles []loader.ProfileStruct, site string)
modules/shrey/stripe.go:17
↓ 1 callersFunctionstripe
(profiles []loader.ProfileStruct, stripeKey string)
modules/velo/stripe.go:16
↓ 1 callersFunctionstripe
(stripeToken string, profiles []loader.ProfileStruct)
modules/tldash/stripe.go:16
↓ 1 callersFunctiontaskfcfs
(wg *sync.WaitGroup, userData loader.UserDataStruct, id int, password string, paid bool, site string, hyperAcc
modules/hyper/taskfcfs.go:19
↓ 1 callersFunctiontaskfcfs
(wg *sync.WaitGroup, userData loader.UserDataStruct, id int, password string, profile loader.ProfileStruct)
modules/shinobi/taskfcfs.go:18
↓ 1 callersFunctiontaskfcfs
(wg *sync.WaitGroup, userData loader.UserDataStruct, id int, p getpw.PWStruct, profile loader.ProfileStruct)
modules/afk/hyper.go:20
↓ 1 callersFunctiontaskfcfs
(wg *sync.WaitGroup, userData loader.UserDataStruct, id int, p getpw.PWStruct, profile loader.ProfileStruct, s
modules/shrey/taskfcfs.go:19
↓ 1 callersFunctiontaskfcfs
(wg *sync.WaitGroup, userData loader.UserDataStruct, id int, key string, profile loader.ProfileStruct)
modules/wrath/taskfcfs.go:17
↓ 1 callersFunctiontaskfcfs
(wg *sync.WaitGroup, userData loader.UserDataStruct, id int, key string, profile loader.ProfileStruct, site si
modules/keyclaimer/taskfcfs.go:17
↓ 1 callersFunctiontaskfcfs
(wg *sync.WaitGroup, userData loader.UserDataStruct, id int, password string, solveIp string, task taskStruct)
modules/tldash/taskfcfs.go:20
↓ 1 callersFunctiontaskfcfsShare
(wg *sync.WaitGroup, userData loader.UserDataStruct, id int, p getpw.PWStruct, profile loader.ProfileStruct)
modules/hyper/taskfcfs.go:201
↓ 1 callersFunctiontaskfcfsbypass
(wg *sync.WaitGroup, userData loader.UserDataStruct, id int, password string, solveIp string, task taskStruct,
modules/tldash/taskfcfs.go:296
↓ 1 callersFunctiontaskfcfsunk
(wg *sync.WaitGroup, userData loader.UserDataStruct, id int, password string, site string, profile loader.Prof
modules/afk/hyper.go:124
↓ 1 callersFunctiontaskraffle
(wg *sync.WaitGroup, userData loader.UserDataStruct, id int, password string, solveIp string, task taskStruct,
modules/tldash/taskraffle.go:18
↓ 1 callersFunctiontlCaptcha
(captchaID)
tlapi/app.py:266
↓ 1 callersFunctiontlCaptcha
(captchaID)
tlapi/perfCharDone/app.py:384
↓ 1 callersMethodudpKeepAlive
udpKeepAlive sends a udp packet to keep the udp connection open This is still a bit of a "proof of concept"
cooldiscord/voice.go:641
↓ 1 callersMethodudpOpen
udpOpen opens a UDP connection to the voice server and completes the initial required handshake. This connection is left open in the session and can
cooldiscord/voice.go:546
↓ 1 callersMethodvoiceStateUpdate
(update *VoiceStateUpdate)
cooldiscord/state.go:700
← previousnext →101–200 of 505, ranked by callers