Commit Graph

31 Commits

Author SHA1 Message Date
jude 16786fdc9e Clean up code
Clean up warnings on newer Rust versions. Drop some no-longer used
tables and columns
2026-05-16 18:20:00 +01:00
jude 761d545496 Improve errors and wording 2025-06-18 22:08:32 +01:00
jude febd04c374 Update schemas and resolve some warnings 2024-07-16 15:18:02 +01:00
jude d7515f3611 Don't require View Channel permission 2024-06-18 19:28:53 +01:00
jude 6ae1096d79 Bump ver 2024-06-12 17:44:55 +01:00
jude fc96ae526f Default permission checks to true 2024-06-10 18:30:55 +01:00
jude 60b90a61d4 Adjust permission check
Correct response code for oauth redirect
2024-02-25 09:09:00 +00:00
jude 90f05758d0 Bypass self permission check for DMs 2024-02-24 22:27:29 +00:00
jude 76a286076b Link all top-level commands with macro recording/replaying logic 2024-02-18 13:24:37 +00:00
jude b81c3c80c1 Record some parameters for /remind 2024-02-15 17:28:43 +00:00
jude fa7ec8731b Fix hook 2024-02-09 17:03:04 +00:00
jude def43bfa78 Refactor macros 2024-02-06 20:08:59 +00:00
jude e4e9af2bb4 Wip commit 2024-01-07 17:10:22 +00:00
jude a66db37b33 update poise 2023-06-18 10:47:31 +01:00
jude 523ab7f03a Partial thread support 2023-05-11 18:32:58 +01:00
jude b62d24c024 Add an autocomplete for time hints
Shows the approximate time until a reminder will send in the autocomplete area.
2022-09-12 17:49:10 +01:00
jude f20b95a482 Upgrade poise. Combine remind/multiline into one command 2022-09-08 17:58:05 +01:00
jude 7d43aa5918 cleared up all unwraps from the reminder sender. cleared up clippy lints. added undo button 2022-05-13 23:08:52 +01:00
jude 1c1f5662d3 removed guild only hook. permissions on commands. fix for macro command count. 2022-05-13 08:59:46 +01:00
jude ded750aa2d update dependencies 2022-04-19 15:23:27 +01:00
jude 6ae2353c92 add distinct identifying names. log errors in run_macro 2022-02-20 12:19:39 +00:00
jude 06c4deeaa9 component models 2022-02-19 22:11:21 +00:00
jude afc376c44f everything except component model actions 2022-02-19 18:21:11 +00:00
jude 84ee7e77c5 2nd attempt at doing poise stuff 2022-02-19 14:32:03 +00:00
jude 4f9eb58c16 made the missing perms send a message (since the webhook responses bypass perms) 2021-11-18 21:05:49 +00:00
jude ebd1efa990 added check for guild only commands 2021-11-13 22:30:18 +00:00
jude f1bfc11160 removed all remaining restriction code 2021-11-02 20:10:10 +00:00
jude 72228911f2 Readded some guild data code. fixed some weird cases with macro command. removed restrict command. changed db to be 'as it was'. removed execution limiters since commands are quite heavily ratelimited anyway 2021-10-30 21:02:11 +01:00
jude e36e718f28 removed all guild data related code 2021-10-26 21:10:14 +01:00
jude a362a24cfc changed a bunch of types so the macro run command works nicely 2021-10-13 16:37:15 +01:00
jude d84d7ab62b added functionality for reusable hook functions that will execute on commands 2021-09-22 21:12:29 +01:00