Wire new command up

This commit is contained in:
Lucy Bladen 2022-07-18 00:51:14 +01:00
parent d527b7db0a
commit cc0db73d54
Signed by untrusted user who does not match committer: xyon
GPG Key ID: DD18155D6B18078D
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ impl TypeMapKey for ManifoldConfig {
} }
#[group] #[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; struct Core;
pub async fn prepare_client<T: 'static + EventHandler>(arguments: ArgMatches, mut framework: StandardFramework, event_handler: T, intents: GatewayIntents) -> ManifoldResult<Client> { pub async fn prepare_client<T: 'static + EventHandler>(arguments: ArgMatches, mut framework: StandardFramework, event_handler: T, intents: GatewayIntents) -> ManifoldResult<Client> {