MCPcopy Create free account
hub / github.com/AudDMusic/RedditBot / auddBot

Struct auddBot

main.go:1096–1103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1094}
1095
1096type auddBot struct {
1097 config BotConfig
1098 bot reddit1.Bot
1099 bot2 reddit1.Bot
1100 audd *audd.Client
1101 r *mira.Reddit
1102 r2 *mira.Reddit
1103}
1104
1105func (c *BotConfig) getReddit2Credentials(username string) *mira.Reddit {
1106 r := mira.Init(mira.Credentials{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected