Commit Graph

24 Commits

Author SHA1 Message Date
73bf63cf70 rewrite: Rewrite economy module. 2022-11-30 16:59:31 +02:00
a5147323b5 rewrite: Initial rewrite skeleton.
Remove modules that will no longer be required.
Move pending modules to pending-rewrite folders.
2022-09-17 17:06:13 +10:00
34247c291c (economy): Remove cointop. 2022-01-28 19:00:25 +02:00
18d6c977d7 (economy): Flip bonus logic and fix workout text.
Default to not giving a bonus.
Fix an issue where `workout` was displaying unboosted reward.
2022-01-24 06:48:32 +02:00
Harsha Raghu
038aabddfa [Topgg][Admin][Economy] Implement addCoins cb 2022-01-18 22:42:28 +05:30
1c05d7a880 sharding (blacklists): Blacklist shard support.
Moved the `user_blacklist` and `guild_blacklist` to a client TTL cache.
2021-12-22 13:07:20 +02:00
179b6ebf4e (leaderboards): Update to support sessions.
Use `member_totals` to generate leaderboards instead of `members`.
Fix typo in data coin conversion.
2021-12-04 11:36:52 +02:00
5ad4ec5ee1 fix (send cmd): Harden arg parsing.
Fix an issue where the send arg parsing would pass non-matching input.
2021-10-24 20:12:28 +03:00
9ae0de034f (Sysadmin): Add guild and user blacklist.
v2 -> v3 data migration for the blacklist tables.
Added blacklists and blacklist commands
Added bot admin level to help groups.
2021-09-28 20:54:22 +03:00
4a0670db65 (Shop): Improve logging.
Remove extraneous `await` in the `clear` branch.
Improved error message while purchasing colour role.
2021-09-22 14:33:17 +03:00
ab4158ce5b fix (Economy): Remove unnecessary await. 2021-09-20 10:54:37 +03:00
146af128f6 fix (send): Fix typo in event_log. 2021-09-19 13:45:55 +03:00
1a8a50538d fix (Top): Handle empty exclude list. 2021-09-19 13:42:40 +03:00
d39ec3153a (Docs): Update command help categories. 2021-09-19 10:30:25 +03:00
765b8a3c2b (Shop): Fix typo. 2021-09-15 20:03:54 +03:00
bac72194a3 (Economy): Completed base shop UI. 2021-09-15 09:24:37 +03:00
b25380d072 (Economy): Base shop system. 2021-09-15 01:00:10 +03:00
595c1307ca (Economy): Add event log on send transfer.
Also make the input a bit more flexible.
2021-09-14 05:38:28 +03:00
2bd97b1ba0 (cointop): Fix typo in alias check. 2021-09-14 05:38:05 +03:00
912409ec3e (Leaderboards): Filter out 0 entries. 2021-09-13 09:13:35 +03:00
9dbe41b5ec (Economy): Add send command and rename files. 2021-09-13 09:11:30 +03:00
0183b63c55 Data system refactor and core redesign for public.
Redesigned data and core systems to be public-capable.
2021-09-12 11:04:49 +03:00
459a728968 Core user data and leaderboard commands.
Added flexibility to data `update_where`.
Added interactive utils, with improved pager.
Added user data table, with caching and transactional interface.
Added `topcoins` command to `Economy`
Added `top` command to `Study`
2021-08-26 22:34:46 +03:00
87f16b6a37 Initial Commit: Skeleton structure. 2021-08-25 14:48:20 +03:00