Add help command
This commit is contained in:
parent
7a11c52c4d
commit
7234e7178d
3 changed files with 35 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue