cargo fmt
This commit is contained in:
parent
514d57eef4
commit
7a11c52c4d
2 changed files with 88 additions and 26 deletions
14
src/main.rs
14
src/main.rs
|
@ -43,7 +43,19 @@ impl EventHandler for Handler {
|
|||
}
|
||||
|
||||
#[group]
|
||||
#[commands(joyo, jinmeiyo, kyoiku, jlpt, hyogai, so, challenge, submit, images, imageDelete, sleep)]
|
||||
#[commands(
|
||||
joyo,
|
||||
jinmeiyo,
|
||||
kyoiku,
|
||||
jlpt,
|
||||
hyogai,
|
||||
so,
|
||||
challenge,
|
||||
submit,
|
||||
images,
|
||||
imageDelete,
|
||||
sleep
|
||||
)]
|
||||
struct General;
|
||||
|
||||
#[tokio::main]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue