cargo fmt

This commit is contained in:
Elnu 2022-02-16 16:53:20 -08:00
parent 514d57eef4
commit 7a11c52c4d
2 changed files with 88 additions and 26 deletions

View file

@ -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]