|
df465e5ba6
|
fix(aurora): awaited another coroutine
|
2024-06-05 01:11:18 -04:00 |
|
|
76572e2281
|
fix(aurora): awaited a coroutine
|
2024-06-05 01:05:11 -04:00 |
|
|
d629f1a5a2
|
fix(aurora): awaited two coroutines
|
2024-06-05 01:02:09 -04:00 |
|
|
ca4510d3a5
|
fix(aurora): why was I CLOSING THE CONNECTION THERE 😭
|
2024-06-05 01:01:17 -04:00 |
|
|
3247e6fb82
|
fix(aurora): lmao i'm dumb
|
2024-06-05 00:59:33 -04:00 |
|
|
67e3abf5ce
|
fix(aurora): use interaction.channel.send instead
|
2024-06-05 00:54:05 -04:00 |
|
|
d1b5346396
|
fix(aurora): fixed failed_cases in the aurora importer
|
2024-06-05 00:51:13 -04:00 |
|
|
fe5823b637
|
fix(aurora): awaited a coroutine
|
2024-06-05 00:41:41 -04:00 |
|
|
3383e84221
|
fix(aurora): fixed some issues with aiosqlite
|
2024-06-05 00:39:56 -04:00 |
|
|
56a2f96a2d
|
feat(aurora): made database.connect() into an async context manager
|
2024-06-05 00:36:12 -04:00 |
|
|
eebddd6e89
|
fix(aurora): override aiosqlite 's logging level to warning
|
2024-06-05 00:25:19 -04:00 |
|
|
5cbf4e7e47
|
feat(aurora): migrated to aiosqlite
|
2024-06-05 00:14:43 -04:00 |
|
|
027144f35d
|
fix(aurora): pylint fixes
|
2024-06-04 23:55:55 -04:00 |
|
|
0d64e3f652
|
misc(aurora): convert Change.from_dict() to use utils.timedelta_from_string()
|
2024-06-04 23:52:35 -04:00 |
|
|
8591649465
|
fix(aurora): fixed aurora.utilities.utils.timedelta_from_string not including days in its calculations
|
2024-06-04 23:43:53 -04:00 |
|
|
78630dc317
|
feat(aurora): added timedelta_from_string() function
|
2024-06-04 23:31:52 -04:00 |
|
|
74d122a2e7
|
fix(aurora): catch importer errors instead of letting the entire import process die
|
2024-06-04 23:31:36 -04:00 |
|
|
ce48c1e889
|
fix(aurora): fixed a valueerror
|
2024-06-04 16:55:29 -04:00 |
|
|
ff34310113
|
fix(aurora): fixed a valueerror
|
2024-06-04 16:52:19 -04:00 |
|
|
3d2dabae08
|
fix(aurora): fixed a typeerror
|
2024-06-04 16:50:33 -04:00 |
|
|
3fdc54b7cb
|
fix(aurora): get_next_case_number now only retrieves the first entry in the sql database (using LIMIT 1 )
|
2024-06-04 16:37:28 -04:00 |
|
|
b252343dc0
|
misc(aurora): allow Moderation.log() to skip returning the class object
|
2024-06-04 16:35:18 -04:00 |
|
|
720e100a20
|
fix(aurora): removed some logging statements
|
2024-06-04 15:52:23 -04:00 |
|
|
ff66006b8a
|
misc(aurora): add more logging
|
2024-06-04 15:43:15 -04:00 |
|
|
fdb96539c3
|
fix(aurora): removed a useless debug statement
|
2024-06-04 15:39:16 -04:00 |
|
|
7a664ce9c3
|
fix(aurora): make Change.reason optional
|
2024-06-04 15:37:58 -04:00 |
|
|
3168c42787
|
fix(aurora): fixed a pydantic ValidationError
|
2024-06-04 15:36:38 -04:00 |
|
|
5d53eec2f1
|
fix(aurora): fixed a valueerror in the Change.from_dict() method
|
2024-06-04 15:32:59 -04:00 |
|
|
166421b6ba
|
fix(aurora): removed a character causing a valueerror
|
2024-06-04 15:23:45 -04:00 |
|
|
0a207b66e4
|
fix(aurora): fixed an error with timedelta formatting
|
2024-06-04 15:22:50 -04:00 |
|
|
5151f65317
|
fix(aurora): added more to the debugging statement
|
2024-06-04 14:59:57 -04:00 |
|
|
0089625ef3
|
fix(aurora): add a debug statement
|
2024-06-04 14:56:51 -04:00 |
|
|
8ac735dafe
|
misc(aurora): change the JSONEncoder subclass to use match/case instead of if statements
|
2024-06-04 14:20:01 -04:00 |
|
|
21fa3d9eb0
|
feat(aurora): added an __int__ dunder method to the moderation model
|
2024-06-04 12:44:58 -04:00 |
|
|
38180f5ccd
|
fix(aurora): fixed an sql operation error
|
2024-06-04 12:29:24 -04:00 |
|
|
a10af37f14
|
feat(aurora): add support for OFFSET in Moderation.get_latest()
|
2024-06-04 12:23:12 -04:00 |
|
|
cb420d2fc4
|
fix(aurora): pylint/ruff fix
|
2024-06-04 11:52:34 -04:00 |
|
|
04223c3c55
|
Merge branch 'main' into aurora-pydantic
|
2024-06-04 11:48:15 -04:00 |
|
|
1c6d2456ed
|
misc(aurora): changed aurora.utilities.utils.get_bool_emoji to use match/case instead of if/else
|
2024-06-04 00:04:46 -04:00 |
|
|
9b0f977016
|
feat(aurora): moved get_next_case_number() into the Moderation class, along with removing from_sql and get_all_cases . also added some other classmethods to replace those.
also modified message_factory and its calls to add a new kwarg
|
2024-06-04 00:04:11 -04:00 |
|
|
460d5a31fc
|
feat(aurora): allow the Moderation.execute() classmethod to accept a cursor, to prevent opening a new database connection on every call
|
2024-06-03 23:48:21 -04:00 |
|
|
bbe8b281d1
|
misc(aurora): changed two typehints in aurora.utilities.utils and added other typehints
|
2024-06-03 23:46:22 -04:00 |
|
|
be253b668b
|
feat(aurora): converted /history to use the new Moderation sql queries
|
2024-06-03 01:07:00 -04:00 |
|
|
22f9ce52d1
|
fix(aurora): fixed a typeerror
|
2024-06-03 00:55:56 -04:00 |
|
|
499cfbe8a9
|
misc(aurora): use tuples instead of lists
|
2024-06-03 00:55:09 -04:00 |
|
|
99d95afe07
|
fix(aurora): fixed another TypeError
|
2024-06-03 00:51:51 -04:00 |
|
|
028e22ebec
|
fix(aurora): happy now?
|
2024-06-03 00:50:17 -04:00 |
|
|
4c28453173
|
fix(aurora): fixed a TypeError
|
2024-06-03 00:49:08 -04:00 |
|
|
d646754466
|
feat(aurora): added a bunch of functionality to the Moderation model
|
2024-06-03 00:47:56 -04:00 |
|
|
76f176d4cc
|
feat(aurora): change history to use Moderation.from_sql_all()
|
2024-06-03 00:22:32 -04:00 |
|