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

379 commits

Author SHA1 Message Date
f469ef1dd7 Replace wiki links 2024-04-07 08:43:23 -04:00
e1c0a5f595 Format code 2024-04-05 08:06:44 -04:00
425d5de205 Fix small bug that happens when a server owner tries to ban himself 2024-04-05 07:54:49 -04:00
0cce28c36c Display error in .xpr if role not found 2024-04-04 13:32:34 +02:00
25bbb63b0b Sort rewards in .xpr only once 2024-04-04 13:28:09 +02:00
8d6a3ff2c3 Optimize code and place XpRewardService in XpService file 2024-04-04 13:03:51 +02:00
5d857fdf95 Merge remote-tracking branch 'origin/dev' into dev 2024-04-04 11:26:26 +02:00
ce631052fe Limit XP rewards to 10 per guild 2024-04-03 20:46:45 +00:00
61a98420e5 Make persistence optional 2024-04-03 14:20:23 -04:00
edec8678c3 Change give help info 2024-04-03 13:51:09 -04:00
56274a7bb0 Role Reward Fixes 2024-04-03 13:48:22 -04:00
248af15fc9 Implement in XpHandler 2024-04-03 12:06:03 -04:00
625ee06d12 Merge remote-tracking branch 'origin/dev' into dev 2024-04-01 11:38:56 +02:00
8cca12b29c Code clean-up 2024-03-29 13:17:51 -04:00
37008b685a Add shorten() to lib.formatter 2024-03-29 13:15:42 -04:00
9c79db5ec3 Fix a bunch of error outputs 2024-03-29 13:11:36 -04:00
243bad0e53 Improve Error Handling 2024-03-29 07:14:41 -04:00
2e760a7d7a Temporarily remove cog error handling for moderation. 2024-03-28 16:29:04 -04:00
496350391f Small changes to mod error 2024-03-28 16:05:58 -04:00
9378436888 Add .unban 2024-03-28 14:41:37 -04:00
00ac70e427 .ban: add help string and fix reasons 2024-03-28 14:12:49 -04:00
14c292d6c7 Add ban command 2024-03-28 10:32:12 -04:00
12bd79d5ee Merge remote-tracking branch 'origin/dev' into dev 2024-03-27 20:22:14 +01:00
64bcb24385 Move art URLs to art.json 2024-03-26 20:39:23 +01:00
a98f26a370 Remove moderation and say modules
They weren't enabled anyway.
2024-03-26 16:35:40 +01:00
c64f83bf4f Disable .inventory command for now
Items can't be obtained or sold, so the inventory command has no use.
2024-03-26 16:33:38 +01:00
3e9995902f Remove sell command 2024-03-26 16:32:13 +01:00
4e0b2c6749 Remove economy_functions.py 2024-03-26 16:28:50 +01:00
80a2b0f927 Update .info command 2024-03-26 15:34:11 +01:00
c911abae23 Update .info command 2024-03-26 15:29:53 +01:00
1187d93735 Add stats command 2024-03-26 13:42:30 +01:00
c58b0dfcf3 Temporarily disable stats command 2024-03-26 12:52:23 +01:00
01b0407898 Fix .award command 2024-03-26 11:13:48 +01:00
5f1c2a2eb4 Remove item handling 2024-03-26 11:07:51 +01:00
246d5af140 Fix bug 2024-03-25 21:35:34 +01:00
efd0c1cc22 Remove channel check from owner-only commands 2024-03-25 21:33:21 +01:00
28f81cbc7b Fix .stats checks 2024-03-25 21:23:38 +01:00
106d3f1d50 Rework checks and Help outputs 2024-03-25 21:18:33 +01:00
68969b0b04 Remove embeds_old.py 2024-03-25 18:40:32 +01:00
289538d6c4 Rework .intro command 2024-03-25 15:48:00 +01:00
e5d095138a Add streak icon and rework JSON caching 2024-03-25 13:46:55 +01:00
d6de8110b0 Attempt to fix bday caching channels not found 2024-03-23 12:41:56 +01:00
7ee6115046 Fix .config by using get_or_fetch_channel() 2024-03-23 12:05:38 +01:00
7c38493d48 Make birthday command guild_only() 2024-03-22 16:10:25 +01:00
3ddd48469e Optimize imports 2024-03-22 16:09:01 +01:00
6d540771f5 Make birthdays a bridge command and fix info/errors 2024-03-22 15:58:11 +01:00
a5ca8ad97c Delete birthday SlashCommandGroup, change commands 2024-03-22 15:29:11 +01:00
ca9a64aebc Add .prefix and .setprefix commands 2024-03-19 18:35:51 +01:00
23ddfa6e1f Add .upcoming and fix output list 2024-03-19 17:28:55 +01:00
c2627ee364 Move owner check to commands.is_owner() 2024-03-19 15:32:01 +01:00
1196833620 Fix backup 2024-03-19 15:14:59 +01:00
102e77dbdf Add gitlab wiki to config help 2024-03-19 13:54:25 +01:00
e2678e8317 Add .invite command 2024-03-19 13:43:18 +01:00
77c54054eb Update __init__.py 2024-03-19 10:39:36 +00:00
c6a786e3c4 Fix errors 2024-03-19 10:35:26 +01:00
c3a7414d64 Finetune config command 2024-03-19 10:05:43 +01:00
ef97be68ab Add config command for info 2024-03-19 09:46:44 +01:00
e8f7912a44 Remove cooldowns from ping and uptime 2024-03-19 08:58:24 +01:00
8e4ef1375b Add cooldowns to most commands 2024-03-19 08:57:22 +01:00
b9aa93b4f1 Change level alias 2024-03-19 08:54:20 +01:00
82c09c567a Fix guild_only checks 2024-03-19 08:53:27 +01:00
8a3c78232f Create ErrorHandler to handle both prefix and slash errors 2024-03-19 08:46:52 +01:00
8966e7afba Make birthdays slash-only 2024-03-19 08:34:29 +01:00
cf21878d6e HUGE UPDATE 2024-03-18 18:48:12 +01:00
9c363d73c4 Add award command and change Help command drastically. 2024-03-18 15:11:22 +01:00
258c2f687f Change birthday error output 2024-03-17 21:47:20 +01:00
ed2785a1f8 Change misc and birthday outputs 2024-03-17 21:44:21 +01:00
a332deceea Finish economy module 2024-03-17 20:57:01 +01:00
cc8ea460f2 Consistency in error handling 2024-03-17 20:24:54 +01:00
9a0e522bac HUGE UPDATE & only load economy module for now 2024-03-17 19:49:12 +01:00
4ce26cdc92 Start cog to module process 2024-03-17 16:39:43 +01:00
33f3157a8b Make inventory and slots bridge commands 2024-03-17 15:31:30 +01:00
c37fd0e743 Add error embeds 2024-03-17 15:18:24 +01:00
9a067594ce Make a custom Racu help feature 2024-03-17 13:59:13 +01:00
725e62356f Turn help command into simple embeds. 2024-03-16 21:08:48 +01:00
2a86de5216 Start bridge commands 2024-03-16 15:05:40 +01:00
7ea6761d07 Update XP to have levels per server 2024-03-15 23:44:27 +01:00
66fb739d2e Remove majikoins ENTIRELY. 2024-03-14 21:30:58 +01:00
4892304b91 Remove disabled modules and start purging majikoin 2024-03-14 08:59:50 -04:00
3dbdda1fdf Disable the shop module 2024-03-08 06:18:41 -05:00
b016c9a268 Make birthdays a global system 2024-03-08 06:16:42 -05:00
c27dd1b20b Cleanup 2024-03-08 04:48:16 -05:00
831cba1918 Welcome messages global fix 2024-03-07 14:26:11 -05:00
df556cd229 Create server config module 2024-03-04 14:49:59 +01:00
36fa09d33f Add config 2024-03-04 11:32:40 +01:00
03dbc1abff add config 2024-03-04 11:25:00 +01:00
038b2e6891 Update birthday announcements 2024-03-01 13:40:40 +01:00
a787dec878 Replace blackjack states with integers 2024-02-29 12:44:52 +01:00
fc4eb1ab7a Remove some references 2024-02-28 15:59:07 +01:00
5899e3cd09 Rename self.bot to self.client 2024-02-28 14:11:22 +01:00
bce5ad563f Rename utils to lib 2024-02-28 14:07:16 +01:00
471a5b2d87 Huge renaming 2024-02-28 14:01:20 +01:00
7841614715 Add an "upcoming birthdays" command. 2024-02-28 12:09:04 +01:00
e504468241 Logging rework 2024-02-27 19:20:21 +01:00
3aa4f5b3a0 Fix logging 2024-02-27 18:23:59 +01:00
883e04a55c Make logs more clear 2024-02-27 15:09:59 +01:00
4ad965e8b2 Temporarily disable logging and sort module list. 2024-02-27 14:52:54 +01:00
ffe48d5c50 Increase daily rewards significantly 2024-01-02 15:43:43 +01:00
763c642dcc Don't log if bot 2024-01-02 15:29:40 +01:00
df5aebe664 Add channel logging. 2024-01-02 14:59:22 +01:00
7f07cbc7c0 Add ban and unban logs 2024-01-02 14:29:04 +01:00
ca7771a678 First logging update 2024-01-02 13:45:49 +01:00
91beda171b Remove bet limit on slots & blackjack 2024-01-02 11:19:59 +01:00
7704728baa Fix uptime command 2023-10-28 15:12:40 +02:00
ac68dfd07b Add /uptime command 2023-10-28 15:08:53 +02:00
50757fa5d1 Delete /restart for Docker version 2023-10-27 15:45:08 +02:00
201d17f987 Fix username fetch in /leaderboard view 2023-10-27 15:26:19 +02:00
f51eac46b6 /leaderboard v2 2023-10-27 15:18:59 +02:00
5ea6c7e117 Fix MariaDB syntax issue with item rewards. 2023-10-24 19:04:54 +02:00
8e9c6a7a6d Fix birthday MariaDB SQL query 2023-10-23 18:39:15 +02:00
a92bed2cdd mariadb backups are now also kept in db/init 2023-10-23 18:29:04 +02:00
937466538e automatic mariadb backups 2023-10-23 18:12:23 +02:00
38568c2c74 Change /daily error output 2023-10-18 16:00:28 +02:00
2af4a44104 Update modules/basic.py 2023-10-15 16:21:02 +00:00
41a63d1c27 Add ban command 2023-08-08 07:16:21 -04:00
3a40651a73 Add kick command 2023-08-08 06:53:06 -04:00
fc4392afa9 seconds_until() usage fix 2023-08-01 06:22:20 -04:00
dcfceff799 Skip birthday if user not in server 2023-08-01 06:21:07 -04:00
79b0beacb0 Add override-birthday command 2023-08-01 05:37:11 -04:00
34556b2786 Add birthday system 2023-08-01 05:05:15 -04:00
ac5dd1e031 Add say "tess" command 2023-07-31 14:05:12 -04:00
8843a0b7d5 Add /birthday command 2023-07-31 11:16:04 -04:00
d6efde99ee Fix ping cog 2023-07-27 06:02:59 -04:00
9f0b778719 Simplified the ping command 2023-07-27 05:59:38 -04:00
9fbb4dffd3 Fix mistake where BJ score is always 21 2023-07-22 07:52:56 -04:00
3b4b0f3c67 Inline to False in output fields 2023-07-22 07:52:27 -04:00
8693704042 Gambling output rework 2023-07-22 07:44:22 -04:00
6f95406d66 Bet limit (beta) 2023-07-20 15:59:46 -04:00
f16db82e4a Finalize exchange command. 2023-07-20 15:37:09 -04:00
6eefd69e3d Fix exchange bug and increase rate 2023-07-20 15:26:00 -04:00
19780ed10f Finish currency formatting 2023-07-18 15:08:15 -04:00
66ce9ff821 Currency formatting is now consistent 2023-07-18 15:00:21 -04:00
52f0157908 Restart"error" -> "debug" 2023-07-15 12:44:57 -04:00
73a3bfd1f4 Empty log files at restart 2023-07-15 12:37:53 -04:00
f991baabda Fixed DBX backups 2023-07-15 11:57:08 -04:00
ca991f81f7 Economy balancing 2023-07-14 12:32:48 -04:00
76aedd80fd Personal /stats command
In addition, the old "/stats all" command was removed.
2023-07-14 07:32:05 -04:00
171972114b Fix leaderboard icon 2023-07-12 12:14:55 -04:00
1d6926bf5e Add leaderboard cooldown 2023-07-12 11:36:00 -04:00
5ba305b63c Update to leaderboard v2 2023-07-12 10:45:51 -04:00
00ec43efc4 Testing leaderboard v2 2023-07-12 10:28:52 -04:00
39b8913d51 Currency leaderboard option 2023-07-12 10:06:15 -04:00
58ac586963 Improved dailies 2023-07-12 09:35:24 -04:00
1db16b37c3 Dropbox DB backups 2023-07-12 06:16:02 -04:00
a068b71c3d Sell command "Stop" button fix 2023-07-12 04:45:28 -04:00
73ba526c17 Finished /sell 2023-07-11 12:49:20 -04:00
96a35ef380 Unfinished sell command 2023-07-11 12:07:05 -04:00
f5aacedaec Balances are formatted 2023-07-08 09:42:00 -04:00
54524ae3ed Display values on /item 2023-07-03 06:53:06 -04:00
8af071afb9 Improve badges identification 2023-07-03 06:32:20 -04:00
5d583ede03 Fix bug in /give 2023-07-03 06:16:47 -04:00
11c44fcd11 Ravecoins are awarded on slots too 2023-07-03 06:11:58 -04:00
0dfc879b28 Implement ItemHandler 2023-07-03 06:07:45 -04:00
11c5d436b2 Merge remote-tracking branch 'origin/main' 2023-07-02 12:07:53 -04:00
c7b2aacb37 Logs on_application_command_completion 2023-07-02 11:33:25 -04:00
4b20840c42 Basic.py logging 2023-07-02 10:14:58 -04:00
6b6bfae516 Add detailed logger 2023-07-02 08:20:16 -04:00
242804afbf Create /shop system 2023-07-02 07:30:47 -04:00
015d7c705c Items are now capitalized 2023-06-29 16:19:50 -04:00
beb2306df9 Badges are displayed differently 2023-06-29 16:05:05 -04:00
3a36cc7b5e Reward an item on BlackJack 2023-06-29 15:42:58 -04:00
145cc017ad BlackJack fix when player hits 21 2023-06-29 12:27:44 -04:00
c0843a45ba Inventories are no longer beta-only 2023-06-29 12:06:10 -04:00
4b26affc13 Rewrite XP handler 2023-06-29 07:21:17 -04:00
b4bb4b8b50 Add /item command
This commit is NOT unstable because there are no commands to influence this inventory system yet.
2023-06-28 09:28:02 -04:00
8a4707bdcc Rename all cog classes 2023-06-23 05:12:02 -04:00
d24309602c First inventory push - unstable
This push is completely unstable, the inventory command will also be set as "beta command", making it impossible for anyone to use.
2023-06-22 14:11:48 -04:00
eb11990da5 Increase BJ MP & utilize JSON
BJ MP = BlackJack multiplier. It went from 1.20 to 1.50
2023-06-22 05:52:34 -04:00
efe166d999 Add SQL injection commands 2023-06-21 09:43:11 -04:00
ab0573b2fa /leaderboard fallback 2023-06-21 09:05:09 -04:00
eb87e658a1 Stats rewrite 2023-06-21 08:20:49 -04:00
cd7a75c616 Fix rounding bug in /stats all 2023-06-21 06:34:21 -04:00
35800e3a85 Additions to /stats all 2023-06-21 06:32:17 -04:00
c8e3708b7e Stats command in beta mode
For now this command will be pushed with the "beta" check, so I can test the stats command on the main bot's database.
2023-06-21 06:19:02 -04:00
0182b37e9e Daily reset is now universal
It used to be user-specific, but reset is now at 7 am Eastern for all users.
2023-06-20 08:11:01 -04:00
5b1eadab86 Currency data class re-work complete 2023-06-19 14:18:23 -04:00
49245784a3 Fix restart command outputs
The restart command no longer tries to output the script's echo commands wait ctx.respond() because this isn't possible when the bot is restarting.
2023-06-19 11:33:41 -04:00
7636d9d6f9 Add /restart command 2023-06-19 11:20:38 -04:00
5bc6e3dca4 init - clone from personal Git 2023-06-19 10:20:17 -04:00