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

Method reload_guild_scripts

components/scheduler/src/guild_handler.rs:504–507  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

502 }
503
504 pub(crate) async fn reload_guild_scripts(&mut self) {
505 self.try_retry_load_guild_scripts().await;
506 self.start_fresh_vm().await;
507 }
508
509 async fn try_retry_load_guild_scripts(&mut self) {
510 loop {

Callers 2

handle_guild_commandMethod · 0.80
run_iterationMethod · 0.80

Calls 2

start_fresh_vmMethod · 0.80

Tested by

no test coverage detected