Add images command

This commit is contained in:
Elnu 2022-02-16 12:52:22 -08:00
parent c2cc3bdc2a
commit 1849a5c16d
3 changed files with 46 additions and 2 deletions

View file

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