figured out how to add buttons

This commit is contained in:
2025-06-06 00:30:59 +02:00
parent 71da587242
commit 53a1fdee19
9 changed files with 36 additions and 12 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ async fn make_cmd_vec(data: &Data) -> Vec<Cmd> {
]);
// REDDIT
if cfg["RESTART_enabled"].as_bool().unwrap() {
if cfg["reddit"]["RESTART_enabled"].as_bool().unwrap() {
cmds.extend([
re_cmds::add::cmd(),
re_cmds::approve::cmd(),