MCPcopy Create free account
hub / github.com/Botloader/botloader / NewsPoller

Class NewsPoller

components/webapi/src/news_poller.rs:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15};
16
17pub struct NewsPoller {
18 discord_http: Arc<DiscordConfig>,
19 follow_channels: Vec<Id<ChannelMarker>>,
20 guild_channels: Vec<Channel>,
21 items: Arc<RwLock<Arc<Vec<NewsItem>>>>,
22}
23
24impl NewsPoller {
25 pub async fn new(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected