diff --git a/src/lib.rs b/src/lib.rs index fe719bb..c75a43d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -58,7 +58,7 @@ impl TypeMapKey for ManifoldConfig { } #[group] -#[commands(ping, set_config, get_config, version, set_activity, get_environment)] +#[commands(ping, set_config, get_config, dump_config, version, set_activity, get_environment)] struct Core; pub async fn prepare_client(arguments: ArgMatches, mut framework: StandardFramework, event_handler: T, intents: GatewayIntents) -> ManifoldResult {