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

396 commits

Author SHA1 Message Date
wlinator
3283304148 feat: Add hide_time option to blacklist command 2024-08-29 09:39:55 -04:00
wlinator
024c9cb643 Add blacklist command 2024-08-29 09:38:08 -04:00
wlinator
aa9aae2657 Fix owner fetching and add sql commands 2024-08-29 09:24:26 -04:00
4e7c013836 Optimize case commands 2024-08-29 07:06:24 -04:00
84759ab294 Add case commands 2024-08-29 07:03:25 -04:00
d68368a30e Add mod module and warn command 2024-08-29 06:21:55 -04:00
31c80b9b00 chore: Refactor slowmode command for flexibility 2024-08-29 05:43:33 -04:00
5266877eb7 Add slowmode app command 2024-08-29 05:40:35 -04:00
7edf3600a8 Make slowmode command more flexible 2024-08-29 05:31:38 -04:00
bf05ae118c Add format.py and format slowmode durations 2024-08-29 05:19:09 -04:00
f87f8a0b39 Huge refactor 2024-08-29 04:48:14 -04:00
3c6bc711d6 Add leaderboard command 2024-08-28 15:39:55 -04:00
c9c56e20f8 Add level command 2024-08-28 12:26:02 -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
17bb34c5af chore: Update strings and embed for the sync command 2024-08-28 06:47:20 -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
1ae69ae2ce Fix slots command with new yaml settings 2024-08-27 06:38:33 -04:00
aa0b2f803a Fix blackjack command with new yaml settings 2024-08-27 06:27:30 -04:00
7d92fe6dbe fix weird code 2024-08-22 23:18:48 +02:00
70f2359b4e remove leftover /inventory code 2024-08-22 23:17:45 +02:00
818fdc7412 refactor give emote 2024-08-22 23:10:21 +02:00
af7f3901fc refactor balance command 2024-08-22 23:02:02 +02:00
a1114db872 refactor blackjack even mor 2024-08-22 17:31:37 +02:00
26d7b4c92e Blackjack refactor 2024-08-22 17:08:16 +02:00
aa8044e528 Rewrite blackjack command 2024-08-22 14:55:08 +02: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
7931957ec0 chore: Fix blackjack timeout handling 2024-08-15 06:41:52 -04:00
b62d8d5d1b Merge branch 'main' of github.com:wlinator/luminara into patch-v2.8.11 2024-08-15 06:25:37 -04:00
fb1873985a chore: Refactor blackjack error messages 2024-08-15 06:15:42 -04:00
b3fbb144dc chore: Refactor trigger command outputs 2024-08-15 06:07:50 -04:00
4af860a05e Refactor deletion of custom reactions 2024-08-15 05:25:05 -04:00
5076cebf62 Refactor trigger list embed creation for custom reactions 2024-08-15 05:10:57 -04:00
0a516460dd Refactor greet module to use new configuration structure 2024-08-15 04:55:05 -04:00
791d6f246d Refactor greet module to use new configuration structure 2024-08-15 04:54:12 -04:00
c1e2413869 Refactor greet module to use new configuration structure 2024-08-15 04:47:42 -04:00
ebd1f95eba Refactor boost module to use new configuration structure 2024-08-15 04:39:48 -04:00
0cfcfb8b29 Lots of refactoring 2024-08-14 07:36:12 -04:00
bbec1a2622 Fix small issue 2024-08-14 07:05:03 -04:00
f2224689ca Refactor moderation module 2024-08-14 06:51:07 -04:00
05561495ab Refactor birthday module 2024-08-14 05:44:39 -04:00
055c64243c Refactor all admin command outputs 2024-08-14 04:02:47 -04:00
1baa0fa6c8 Refactor moderation module 2024-08-14 03:08:09 -04:00
070e669959 chore: Update moderation module to use discord.Member instead of discord.User 2024-08-14 03:01:18 -04: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
9d3f4df03f Allow mentions as a prefix and add sync command 2024-08-12 03:35:37 -04:00
b28c809d8f chore: Add bot permissions check to timeout and untimeout commands 2024-08-08 05:21:27 -04:00
981d3b0373 feat: Add delete_message_seconds parameter to ban_user function 2024-08-08 05:17:07 -04:00
8fc29d6e36 Add softban command to moderation module 2024-08-08 05:16:32 -04:00
b256a13fd7 chore: Remove outdated guide URLs and help messages 2024-08-06 06:30:07 -04:00
785d4ce10e chore: Add kick command to moderation module 2024-08-06 04:15:29 -04:00
b511b6900f Refactor help command outputs 2024-08-05 05:53:34 -04:00
94d7320e25 chore: Refactor code to remove unused NotAllowedInChannel exception and associated checks 2024-08-05 05:27:25 -04:00
4842c41b0a chore: Update mod-log channel configuration and add info embed 2024-08-04 13:39:06 -04:00
33ef6732ca chore: Update image URL validation in boost module configuration commands 2024-08-03 14:55:18 -04:00
b68a8f1177 chore: Update module configuration commands and imports 2024-08-03 14:50:01 -04:00
882fe41b8e chore: Add prefix configuration commands 2024-08-03 14:47:32 -04:00
0e962c8140 chore: Add moderation module configuration commands 2024-08-03 14:41:23 -04:00
c94f7d0d5a chore: Update error messages for invalid image URLs 2024-08-03 14:33:10 -04:00
9a08d346c5 chore: Update birthday, welcome, boost, and level module configuration commands 2024-08-03 14:27:42 -04:00
23d59175e1 chore: Update welcome template and boost module configuration commands 2024-08-03 14:24:55 -04:00
d5c8d56341 chore: Add birthday module configuration commands 2024-08-03 13:51:44 -04:00
50da9fcf24 chore: Add birthday module configuration commands 2024-08-03 13:33:01 -04:00
c009fd5412 chore: Update config show command to display server configuration options 2024-08-03 13:08:53 -04:00
86bac2535b chore: Update case embed to include duration for timed actions 2024-08-03 04:03:52 -04:00
a794047ef3 chore: Update timeout.py to handle exceptions in untimeout_user function 2024-08-03 03:53:13 -04:00
8d4c536846 chore: Add timeout and untimeout commands for user moderation 2024-08-03 03:51:34 -04:00
e7a891866c chore: Refactor actionable function to use async/await for better performance 2024-08-02 05:53:34 -04:00
54449e0af2 chore: Refactor actionable function to use LumiException for error handling 2024-08-02 05:45:47 -04:00
a2733db532 feat: Add warn command for user moderation 2024-08-02 05:25:10 -04:00
39559d54f1 Merge branch 'main' into moderation 2024-08-01 09:53:09 -04:00
90ae4761c1 Merge branch 'moderation' of https://github.com/wlinator/luminara into moderation 2024-08-01 09:36:20 -04:00
6ec3bb0762 Improve code 2024-08-01 09:26:57 -04:00
e27037325e Change metadata to consts 2024-07-19 15:23:45 -04:00
572274b6a0 refactor: Apply sourcery tips 2024-07-19 14:18:44 -04:00
50e11e7188 Edit case modlog on '.ec' 2024-07-19 08:16:09 -04:00
01daba06a1 refactor: Update create_case function to include modlog channel logging 2024-07-19 08:03:35 -04:00
24a2f124e5 refactor: Make timestamp an optional parameter 2024-07-19 08:00:19 -04:00
9622e5a0ff refactor: Update case creation embed fields with dynamic values 2024-07-19 07:58:57 -04:00
17b4816fe9 refactor: Update case creation embed fields with dynamic values 2024-07-18 16:32:07 -04:00
5b016f9142 refactor: Update moderator_cases_command to view all cases by a specific moderator 2024-07-18 16:02:48 -04:00
1921befb8a refactor: Update paginator initialization in view_all_cases_in_guild 2024-07-18 15:55:46 -04:00
1ff45076bf refactor: Update case creation embed fields with dynamic values 2024-07-18 15:31:08 -04:00
f9af002244 refactor: Update case creation embed fields with dynamic values 2024-07-18 15:06:12 -04:00
8823e9eb2a refactor: Add error message for case not found 2024-07-18 12:24:57 -04:00
509304ae28 refactor moderation commands 2024-07-18 12:14:26 -04:00