jude
|
33e85dc44d
|
Fix issue with exporting
|
2024-10-21 18:50:06 +01:00 |
|
jude
|
eb5c851d97
|
..
|
2024-10-13 19:01:37 +01:00 |
|
jude
|
6340f5a20f
|
Add script to remove old reminders
|
2024-10-12 22:12:01 +01:00 |
|
jude
|
7395685e0d
|
Working on adding docker stuff
|
2024-09-29 17:49:48 +01:00 |
|
jude
|
b5dbfe336d
|
Don't set activity in ready event
|
2024-07-07 16:31:23 +01:00 |
|
jude
|
de4ecf8dd6
|
QoL
* Made todo added responses ephemeral if /settings ephemeral is on
* Enabled systemd watchdog
* Move metrics to rocket
|
2024-06-04 18:40:49 +01:00 |
|
jude
|
4a80d42f86
|
Move postman and web inside src
|
2024-03-24 20:23:16 +00:00 |
|
jude
|
53e13844f9
|
Add unit tests
|
2024-02-24 15:02:34 +00:00 |
|
jude
|
d8f266852a
|
Add remaining commands
|
2024-02-18 14:32:58 +00:00 |
|
jude
|
5e39e16060
|
Add option types for top-level commands
|
2024-02-18 11:04:43 +00:00 |
|
jude
|
c1305cfb36
|
Extract trait
|
2024-02-17 20:25:14 +00:00 |
|
jude
|
4823754955
|
Move all commands to their own files
|
2024-02-17 18:55:16 +00:00 |
|
jude
|
eb92eacb90
|
Rearranged some commands
Working on a macro to automatically add option wrappers
|
2024-02-17 14:09:01 +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
|
3605d71b73
|
Suppress errors. Restyle
|
2023-07-31 17:59:38 +01:00 |
|
jude
|
a66db37b33
|
update poise
|
2023-06-18 10:47:31 +01:00 |
|
jude
|
aa931328b0
|
Support ephemeral reminder confirmations
|
2023-05-11 19:40:33 +01:00 |
|
|
6e831c8253
|
Add migration for threads. Add ability to load .env from wd
|
2023-05-11 18:32:50 +01:00 |
|
jude
|
1c4c4a8b31
|
Add deb stuff. Correct dependency on database name
|
2023-05-07 20:59:07 +01:00 |
|
jude
|
d496c81003
|
Correct typo in path
|
2023-05-07 20:38:08 +01:00 |
|
jude
|
4e0163f2cb
|
Rename some environment variables. Add partial deb metadata
|
2023-03-24 17:44:43 +00:00 |
|
jude
|
3ef8584189
|
Use SQLx migrations
|
2023-03-24 11:11:51 +00:00 |
|
jude
|
e9bcb1973f
|
Update web for daily intervals
|
2022-12-10 16:21:43 +00:00 |
|
|
2a8117d0c1
|
Revert multiline changes
|
2022-09-20 17:00:33 +01:00 |
|
|
94bfd39085
|
Patch compilation against live schema
|
2022-09-17 13:05:50 +01:00 |
|
|
40cd5f8a36
|
Patch compilation against live schema
|
2022-09-17 13:03:52 +01:00 |
|
|
8f8235a86e
|
Move macro commands to own module
Lots of code here
|
2022-09-12 16:45:00 +01:00 |
|
|
ecaa382a1e
|
Add join message
|
2022-09-11 17:38:53 +01:00 |
|
jude
|
f20b95a482
|
Upgrade poise. Combine remind/multiline into one command
|
2022-09-08 17:58:05 +01:00 |
|
jude
|
8dd7dc6409
|
Added command for multiline reminders
|
2022-09-07 18:27:13 +01:00 |
|
jude
|
c799d10727
|
Move extra processes to user data setup
|
2022-09-03 16:19:59 +01:00 |
|
jude
|
bb3386c4e8
|
migration for $r commands
|
2022-08-14 16:22:00 +01:00 |
|
jude
|
7b6e967a5d
|
Block/allow DM reminders
Only affects slash commands but this is sort of a non-issue post September
|
2022-07-29 19:22:15 +01:00 |
|
jude
|
f56db14720
|
Webhook command
Add a command to view the webhook, as some users wish to use the webhook to edit past reminders.
|
2022-06-17 17:15:48 +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
|
8bad95510d
|
configure playing status
|
2022-05-13 12:43:27 +01:00 |
|
|
ded750aa2d
|
update dependencies
|
2022-04-19 15:23:27 +01:00 |
|
jude
|
878ea11502
|
graceful shutdown
|
2022-03-21 23:11:52 +00: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
|
620f054703
|
extracted event handler. removed custom sharding code. extracted util functions
|
2022-02-19 13:28:24 +00:00 |
|
jude
|
cb471c52f3
|
optionally dont run web/postman
|
2022-02-19 12:45:33 +00:00 |
|
jude
|
49974b7153
|
moved dashboard crate into here
|
2022-02-11 17:44:08 +00:00 |
|
jude
|
a3844dde9e
|
moved postman into separate crate
|
2022-02-06 15:47:59 +00:00 |
|
|
68ee42f244
|
Merge remote-tracking branch 'origin/next' into next
# Conflicts:
# Cargo.lock
|
2022-02-01 23:04:44 +00:00 |
|
|
fad28faabb
|
interval months/interval seconds
|
2022-02-01 23:04:31 +00:00 |
|