1
Fork 0
mirror of https://github.com/wlinator/luminara.git synced 2024-10-02 22:23:13 +00:00
Commit graph

87 commits

Author SHA1 Message Date
c8dab31b13 refactor: Update Builder theme usage in multiple files 2024-09-03 06:16:21 -04:00
5fe051dc53 chore: Replace commands.Bot with Luminara wherever possible 2024-09-03 03:47:46 -04:00
c040ea7d22 refactor: Update Dockerfile and docker-compose.dev.yml for development environment 2024-09-02 16:31:25 -04:00
f666f22995 chore: Improvements 2024-09-02 06:36:36 -04:00
bfe718b50a feat: Add fully functional help command 2024-09-02 04:16:43 -04:00
5b9c51ce56 Change some aliases 2024-09-02 03:01:42 -04:00
daf2f7fa98 refactor: Update timezones to use ZoneInfo instead of pytz 2024-09-02 02:41:49 -04:00
8229082099 feat: Add delay before executing backup command 2024-09-01 08:25:56 -04:00
8b09e5c0f4 refactor: Update misc commands 2024-09-01 08:11:54 -04:00
f87f8a0b39 Huge refactor 2024-08-29 04:48:14 -04:00
fc2d06a944 Add backup module 2024-08-28 10:33:31 -04:00
8f542865ed Add invite author to invite description 2024-08-28 10:27:46 -04:00
aa2a4c21a6 Add introduction command 2024-08-28 10:18:50 -04:00
48f50415b1 feat: Add hide_name_in_description option to info command 2024-08-28 09:56:23 -04:00
7fd1b6657d Refactor embed_builder to not require ctx 2024-08-28 09:53:21 -04:00
24b84c11f2 Working error handler and xkcd commands 2024-08-28 08:59:54 -04:00
47e7d7ad71 Add xkcd command (not functional) 2024-08-28 07:38:42 -04:00
118c56c44a Add avatar command 2024-08-28 07:23:28 -04:00
fbaa326c1e Add info command 2024-08-28 07:10:13 -04:00
877b7171b0 Add uptime command 2024-08-28 06:51:36 -04:00
67adfb0df7 Add embed builder, all settings from v2 and update the ping command 2024-08-28 06:42:03 -04:00
a6862bd085 v3 official init: working DPY bot with a cog loader and tree sync command. 2024-08-28 06:29:16 -04:00
1c9e89cb0e Clean up dir tree in preparation for v3 2024-08-28 04:58:40 -04:00
da7e142309 Optimize code and imports 2024-08-22 14:42:11 +02:00
72e48cea63 Optimize code 2024-08-18 11:18:20 +02:00
c27ba95c14 Optimize imports 2024-08-18 11:16:18 +02:00
9da8f782ce Increase introduction time per question to 5 minutes 2024-08-16 16:16:27 +02:00
d1aab80374 chore: Update prefix retrieval logic to handle guild and bot DM contexts 2024-08-12 06:27:52 -04:00
cf218c4e4d Upgrade to Pycord 2.6 2024-08-12 04:21:53 -04:00
94d7320e25 chore: Refactor code to remove unused NotAllowedInChannel exception and associated checks 2024-08-05 05:27:25 -04:00
882fe41b8e chore: Add prefix configuration commands 2024-08-03 14:47:32 -04:00
e27037325e Change metadata to consts 2024-07-19 15:23:45 -04:00
4488111b28 Sort all imports 2024-07-17 08:01:12 -04:00
67c423fc7e Refactor: Code cleanup and consistency 2024-07-17 07:47:26 -04:00
10a45dd85c chore: Update pyproject.toml with python-dotenv and pyyaml dependencies 2024-07-16 15:53:42 -04:00
6b1722c253 Change completed introduction footer 2024-07-13 22:32:52 -04:00
8dd196ba4a Refactor ping command to use separate module for ping functionality 2024-07-13 22:25:07 -04:00
f6d6ceea3d Refactor backup module to improve error handling and use constants for environment variables 2024-07-13 21:58:02 -04:00
8cd3f10330 chore: Refactor backup module to use constants for environment variables and improve error handling 2024-07-13 21:39:56 -04:00
206e9674ff Refactor introduction command to use EmbedBuilder for error messages 2024-07-13 21:07:43 -04:00
ff1efdbc30 CHORE 2024-07-13 20:46:23 -04:00
bbfc0bfd47 Optimize 2024-07-13 20:44:35 -04:00
ec23f80247 Refactor introduction command to use EmbedBuilder for error messages 2024-07-13 20:39:48 -04:00
6de96e2a85 chore: Refactor introduction command to use EmbedBuilder for error messages 2024-07-13 20:23:30 -04:00
7cc81d13f4 Refactor xkcd module to use EmbedBuilder for printing comics 2024-07-13 20:11:50 -04:00
7da002ac4f Refactor code for emoji conversion and reaction handling 2024-07-13 14:51:43 -04:00
370e3f1471 Refactor invite command to use EmbedBuilder and constants for link 2024-07-13 10:39:47 -04:00
2b81f55952 Refactor xkcd module to use EmbedBuilder for printing comics 2024-07-13 10:32:23 -04:00
2ba645fac5 Refactor typing import in introduction.py 2024-07-08 20:20:58 +02:00
c48e29f751 Refactor introduction command error handling 2024-07-08 19:31:47 +02:00