Add help command

This commit is contained in:
Elnu 2022-02-16 17:36:29 -08:00
parent 7a11c52c4d
commit 7234e7178d
3 changed files with 35 additions and 1 deletions

View file

@ -12,7 +12,7 @@ mod commands;
use std::{collections::HashSet, env, sync::Arc};
use commands::{challenge::*, kanji::*, owner::*};
use commands::{challenge::*, kanji::*, meta::*, owner::*};
use serenity::{
async_trait,
client::bridge::gateway::ShardManager,
@ -54,6 +54,7 @@ impl EventHandler for Handler {
submit,
images,
imageDelete,
help,
sleep
)]
struct General;