Luis Mayo Valbuena
fb5e62d17a
hotfix: fix leftover debug test
2024-02-14 17:25:58 +01:00
Luis Mayo Valbuena
4ede32379c
fix: fully crash if main thread crashes ( #56 )
2024-02-14 17:16:14 +01:00
Luis Mayo Valbuena
4472ca087e
fix: avoid clutter from command not found statements ( #55 )
...
Also added dependencies
2024-02-13 22:38:43 +01:00
Luis Mayo Valbuena
2c4c3ed153
removed uploading file to external server
2024-01-01 04:40:42 +01:00
bchurton
211362fcbc
Added cooldown and staff only
2023-02-23 01:09:37 +00:00
Luis Mayo Valbuena
7664fbf281
Reduced max messages and number of threads
2022-12-19 13:26:27 +01:00
Luis Mayo Valbuena
b2deae5dd7
Uguu response now comes as a json
2022-12-19 13:13:35 +01:00
Luis Mayo Valbuena
b7e928d6ca
Added invite link
2022-10-01 20:53:21 +02:00
Luis Mayo Valbuena
1674bb84bf
Merge branch 'main' of https://github.com/LuisMayo/ace-attorney-discord-bot into main
2022-04-19 09:56:16 +02:00
Luis Mayo Valbuena
feab8858ac
Upscaling 2x
2022-04-19 09:56:13 +02:00
Luis Mayo Valbuena
7865f8c53b
Typo
2022-04-18 20:50:31 +02:00
LuisMayo
ddb98cf0e4
Finished guild and user limits
2022-04-05 17:50:38 +02:00
LuisMayo
ca35d3258b
Revert "Revert "Try to restrict the number of renders per guild/user""
...
This reverts commit 0578803f2d
.
2022-04-05 16:32:24 +02:00
LuisMayo
ef1f7c3b8d
Added way to know the music
2022-01-24 18:06:33 +01:00
Luis Mayo Valbuena
4c7213a0f5
Added music
2022-01-13 22:23:26 +01:00
Luis Mayo Valbuena
81a019ced9
Merge branch 'try-two-threads' into main
2021-10-04 22:35:01 +02:00
LuisMayo
42d96189cb
Merge remote-tracking branch 'remotes/origin/nahtanoj-suggestions'
2021-08-09 13:35:54 +02:00
Luis Mayo Valbuena
a4678a9762
Added second thread
2021-07-14 09:28:32 +02:00
Luis Mayo Valbuena
0578803f2d
Revert "Try to restrict the number of renders per guild/user"
...
This reverts commit eb5d35fc69
.
2021-07-13 19:30:16 +02:00
Luis Mayo Valbuena
218f3a2582
Revert "Revert "Better queue system""
2021-07-13 19:28:33 +02:00
Luis Mayo Valbuena
293b8e12ca
Revert "Better queue system"
2021-07-13 19:20:08 +02:00
Luis Mayo Valbuena
eb5d35fc69
Try to restrict the number of renders per guild/user
2021-06-27 21:30:28 +02:00
Fabi Portillo
976355ace5
Queue elements were not being sent in order
2021-06-13 01:57:32 -06:00
Fabi Portillo
4b9310a3ed
Added UPLOADING state
2021-06-12 03:44:21 -06:00
Fabi Portillo
351e2ef8ef
remover unnecessary import (asyncio)
2021-06-11 03:03:15 -06:00
Fabi Portillo
2341d27849
Update main.py
2021-06-11 02:55:23 -06:00
Fabi Portillo
8eb91fa5d3
Added time.sleep in render loop
2021-06-10 13:26:42 -06:00
Fabi Portillo
11ba12a75d
Changed tmp.ninja to uguu.se
...
tmp.ninja failed too much with bigger files.
2021-06-10 10:37:56 -06:00
Fabi Portillo
4ea8ffe311
Update main.py
2021-06-10 09:10:30 -06:00
Fabi Portillo
e238866b19
Added queue command
...
- Added a new command (queue), it can only be used by the bot owner. This was added as a way to gather more information IF some items get stuck in the queue again (hopefully that won't happen).
- When replying to a message, the message that was replied to is now correctly added to the comments list before rendering.
2021-06-10 02:12:35 -06:00
Fabi Portillo
186fd0067a
Queue system reworked
...
The queue should work as expected now.
2021-06-08 07:22:57 -06:00
Fabi Portillo
5c46fb9924
Uploads videos to an external server (tmp.ninja) if they're bigger than 8MB
2021-06-07 14:22:15 +02:00
Fabi Portillo
a74f49d4b7
Failed renders no longer stop the queue
...
If one video fails to render, instead of it trying to render again and again and again... non-stop, it will mark itself as "failed" and the queue will continue.
2021-06-06 15:46:40 -06:00
Fabi Portillo
641251715f
Update main.py
...
-Video rendering take place in a separate thread.
2021-06-05 20:24:27 -06:00
Luis Mayo Valbuena
e663f455d8
Revert "Allow multithreading"
2021-05-30 01:25:37 +02:00
Luis Mayo Valbuena
0b7f9afa14
Added sleep
2021-05-29 20:55:17 +02:00
Luis Mayo Valbuena
1a88c0f632
Last touches
2021-05-29 20:50:19 +02:00
Luis Mayo Valbuena
3f4bc689e0
Moved the code a bit to allow multithreading
2021-05-29 02:12:01 +02:00
Luis Mayo Valbuena
a2c210de4d
Use AutoShard bot
2021-05-28 00:03:26 +02:00
Luis Mayo Valbuena
cdc24b397f
Addapted to the v2 objection engine
2021-05-27 23:04:57 +02:00
Luis Mayo Valbuena
9ff8b0e7c5
Quality of life improvments
2021-05-27 21:23:18 +02:00
Luis Mayo Valbuena
6ac1759d58
Ability to render from a given response.
...
This already exists in #5 but since that PR is stuck due to not-really-fast discord support I have ported it to main
2021-05-04 10:41:46 +02:00
Luis Mayo Valbuena
c515901bbc
Images are now shown as evidence
...
Fixes #13
2021-04-25 00:42:48 +02:00
RemedyTwo
5f2cc2533c
Mentions/custom emojis/attachments formatting ( #11 )
...
Removed emojis and added more replacements like (video) or (audio) for different file types
2021-03-30 23:34:23 +02:00
Luis Mayo Valbuena
95d99778d9
Added suggesions from Hector
2021-03-25 22:18:06 +01:00
Luis Mayo Valbuena
38d0b0d88f
Partial revert
...
This partially reverts commit 865034c2d1
.
2021-03-25 09:21:51 +01:00
Luis Mayo Valbuena
75bdf1ca12
Merge branch 'pr/7' into main
2021-03-19 11:41:10 +01:00
Luis Mayo Valbuena
812bf8b040
Added missing parenthesis
2021-03-19 11:24:36 +01:00
TheEgghead27
7e0c94a4b7
expand scope of typing trigger (inconsistencies appear to be API issues)
2021-03-18 10:35:30 -04:00
David Chen
9c561327af
Add requested changes
2021-03-18 08:53:22 -04:00