Commit Graph

18 Commits

Author SHA1 Message Date
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