Commit graph

549 commits

Author SHA1 Message Date
e02a97f689 Merge branch 'main' into tts 2024-02-28 11:30:51 -05:00
fbb31dc0d4
fix(workflow): do not cancel pylint if ruff fails 2024-02-28 11:30:04 -05:00
01c78d6e5b
Merge branch 'main' into tts 2024-02-28 11:28:24 -05:00
95a947b019
fix(aurora): fixed a dangerous-default-value pylint warning in database.mysql_log() 2024-02-28 11:01:33 -05:00
84543fbd73
fix(aurora): more pylint fixes 2024-02-28 10:58:57 -05:00
92b031c54e
fix(backup): pylint fix 2024-02-28 10:56:46 -05:00
bd3a08fe97
fix(aurora): pylint fixes 2024-02-28 10:56:13 -05:00
98396c17e2
feat(workflow): readd pylint linting 2024-02-28 10:52:22 -05:00
17312348fc
fix(tts): awaited a coroutine 2024-02-21 11:48:27 -05:00
567f51fb45
fix(tts): turned autohelp off for tts command 2024-02-21 11:47:22 -05:00
39fead0928
fix(tts): fixed missing embed in menu 2024-02-21 11:47:13 -05:00
3c4fba46b6
feat(tts): bunch of changes
- changed how the cog loads, instead of depending on the `PyLavPlayer` cog, it'll just load PyLav from the `__init__.py` file
- moved configuration to a separate file
- added a configuration menu
- added pylav as a dependency in poetry and `info.json`
- set repository python version to `>=3.11,<3.12`
2024-02-21 10:53:28 -05:00
bcca864d02
feat(tts): made pylav check happen on message invocation instead of on cog load 2024-02-19 18:51:59 -05:00
e5d466cf8b
fix(tts): awaited a coroutine and added an error message if you load the cog without pylav loaded 2024-02-19 18:42:13 -05:00
014b2b4ef0
misc(tts): comment anchors are cool or smth 2024-02-19 18:37:34 -05:00
a2f61d697f
feat(tts): added new cog 2024-02-19 18:35:44 -05:00
57c7bce6cd
fix(workflow): use the correct containers 2024-02-14 14:04:19 -05:00
5d1f8818eb
misc(docs): removed method reference from nerdify.md 2024-02-14 13:20:20 -05:00
858a1bae8a
fix(repo): ruff fixes / removing pylint exceptions 2024-02-14 11:04:26 -05:00
e34d621e6d
test(ruff): enabled E, C, disabled C901 2024-02-14 10:59:10 -05:00
dd9e221e2d
misc(repo): adding some more stuff to the ruff configs 2024-02-14 10:51:10 -05:00
5aff4afad1
misc(repo): setting up ruff 2024-02-14 10:43:21 -05:00
9c293750cb
fix(aurora): ruff fixes 2024-02-14 10:39:26 -05:00
516e4539e8
fix(repo): fixed pyproject file having incorrect deps 2024-02-14 10:37:54 -05:00
eafd02bb53
feat(workflow): switch to ruff for code linting 2024-02-14 10:35:57 -05:00
1aa12e88ac
fix(aurora): fixed unknown user in history command 2024-02-13 18:28:06 -05:00
69482c9f45
fix(aurora): fixed a NoneType error in utils.fetch_user_dict() 2024-02-13 18:25:32 -05:00
35ad7a77a7
fix(aurora): require ids to be ints in some utlis functions 2024-02-13 23:19:41 +00:00
f7d2f1a564
misc(aurora): less restrictive type requirements for some utils functions 2024-02-13 23:18:44 +00:00
db7c06b044
misc(aurora): adding typechecks to return values in utils 2024-02-13 23:02:13 +00:00
afb961799d
misc(docs): changed header colors 2024-02-10 23:47:36 +00:00
3506274a2a
fix(aurora): actually fixed pylint error 2024-02-03 13:44:08 -05:00
09ce2c7d73
fix(aurora): pylint fix 2024-02-03 13:41:57 -05:00
21d5266bb6
fix(bible): actual pylint fix 2024-02-03 13:37:55 -05:00
660b2ddb10
fix(bible): actual pylint fix 2024-02-03 13:01:51 -05:00
e57e0d53ce
fix(bible): pylint fix 2024-02-03 12:55:13 -05:00
c7fb47ad2f
feat(bible): added version description to footer 2024-02-02 13:10:13 -05:00
f615e9f61d
feat(bible): added description and descriptionLocal to the version model 2024-02-02 13:09:46 -05:00
ad2cf39e3e
fix(bible): fixed repr formatting for the Version model 2024-02-02 13:07:56 -05:00
0ccad57476
fix(aurora): pylint fix 2024-02-02 12:55:34 -05:00
067ded28f3
fix(bible): pylint fixes 2024-02-02 12:55:19 -05:00
cf5e146f88
feat(bible): added language to output of bible passage and bible random 2024-02-02 12:44:48 -05:00
3dce020a65
fix(bible): fixed keyerror in get_version 2024-02-02 12:44:22 -05:00
3813d3de02
feat(bible): added bible translation to the output of bible random and bible passage 2024-02-02 12:43:09 -05:00
6be92f05db
fix(aurora): fixed /history not showing roles correctly 2024-02-02 12:16:41 -05:00
ba5b128afc
fix(aurora): figuring out why I can't get a role from an id 2024-02-02 12:09:45 -05:00
7d2b71667a
fix(aurora): fixing user dm messages in addrole 2024-02-02 12:05:05 -05:00
21dabccb48
fix(aurora): fixed mysql_log in addrole (again) 2024-02-02 11:54:01 -05:00
c1d2e6d28a
fix(aurora): fixed mysql_log in addrole 2024-02-02 11:53:08 -05:00
5b18b6612a
fix(aurora): defer before sending the user a message 2024-02-02 11:51:44 -05:00