Add imageDelete command

This commit is contained in:
Elnu 2022-02-16 16:52:17 -08:00
parent 1849a5c16d
commit 514d57eef4
3 changed files with 96 additions and 4 deletions

View file

@ -43,7 +43,7 @@ impl EventHandler for Handler {
}
#[group]
#[commands(joyo, jinmeiyo, kyoiku, jlpt, hyogai, so, challenge, submit, images, sleep)]
#[commands(joyo, jinmeiyo, kyoiku, jlpt, hyogai, so, challenge, submit, images, imageDelete, sleep)]
struct General;
#[tokio::main]