From cc0db73d544ebea9683ba6514592e9d4339ee1c8 Mon Sep 17 00:00:00 2001 From: Lucy Bladen Date: Mon, 18 Jul 2022 00:51:14 +0100 Subject: [PATCH] Wire new command up --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {