Wire new command up
This commit is contained in:
parent
d527b7db0a
commit
cc0db73d54
|
|
@ -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> {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue