| 1094 | } |
| 1095 | |
| 1096 | type 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 | |
| 1105 | func (c *BotConfig) getReddit2Credentials(username string) *mira.Reddit { |
| 1106 | r := mira.Init(mira.Credentials{ |
nothing calls this directly
no outgoing calls
no test coverage detected