partially made /bk_week_add command

This commit is contained in:
2025-02-09 21:22:44 +01:00
parent 9a723a2332
commit 99215d17e2
9 changed files with 233 additions and 57 deletions
+3 -1
View File
@@ -136,9 +136,11 @@ async fn gen_bot(data: Data) -> Client {
cmds::stop(),
cmds::eight_ball(),
cmds::write_json(),
cmds::re_shorturl(),
//cmds::rule(),
bk_week_cmds::bk_week_help(),
bk_week_cmds::bk_week_get()
bk_week_cmds::bk_week_get(),
bk_week_cmds::bk_week_add()
],
event_handler: events::event_handler,
..Default::default()