Interitio
a8d8517fcb
Merge pull request #50 from StudyLions/rewrite
2023-09-24 12:26:32 +03:00
aac560958f
chore(locales): Regenerate string templates.
2023-09-24 12:22:23 +03:00
ee2444acac
Merge branch 'release' into rewrite
2023-09-24 12:20:38 +03:00
245b7dbd7a
fix(rmenus): Update reactions on style change.
2023-09-24 11:51:23 +03:00
a7663f9267
fix(logger): Livelogging ratelimit prevention.
2023-09-24 11:22:17 +03:00
fe0d120907
fix(ranks): Fix typos in refresh.
2023-09-24 09:22:50 +03:00
5675f72853
feat(rmenus): Support negative prices.
2023-09-23 15:28:12 +03:00
576d7cf02f
fix(rmenus): Make repost ephemeral.
2023-09-23 00:50:17 +03:00
5869c591f2
fix(rmenus): Pass guildid to role parser.
2023-09-22 23:13:55 +03:00
a4643529db
fix(rmenus): Better handling of post errors.
2023-09-22 12:05:27 +03:00
6a7e047833
fix(rmenus): Fix typo in addrole.
2023-09-22 10:50:41 +03:00
970e652fdc
feat(meta): Add a system status reporter.
2023-09-22 08:38:59 +03:00
ff0bb17d29
feat(logging): Add locale to log info.
2023-09-21 10:14:46 +03:00
61de28a909
fix(ranks): Fix creation permission check.
2023-09-21 09:38:46 +03:00
2cf998f578
fix(ranks): More thorough role scan.
2023-09-21 02:48:48 +03:00
4f809396a6
fix(ranks): Account for deleted role.
2023-09-21 01:37:24 +03:00
a96f320e81
fix(ranks): Flush rank cache from preview UI.
2023-09-21 01:22:32 +03:00
4f39d873de
fix(ranks): Fix refreshui monitor.
2023-09-20 23:44:54 +03:00
dd42c82b63
fix(babel): Improve locale logging.
2023-09-20 23:06:36 +03:00
519fb976aa
feat: Lazy member chunking.
...
No longer try to fetch all members on startup.
Instead chunk on-demand.
2023-09-20 20:46:39 +03:00
1a6e248e0e
Merge branch 'rewrite' of cgithub:StudyLions/StudyLion into rewrite
2023-09-20 17:31:04 +03:00
17683a7d96
fix(core): Handle rendering errors.
2023-09-19 22:59:01 +03:00
JetRaidz
60897a3bd9
Fix typo in wards
...
Fixed typo in `high_management` function
2023-09-19 21:53:41 +12:00
JetRaidz
1946077ded
Fix help command not working in DMs
...
The `help` application command now functions as expected in DMs.
This shows both member-level and admin-level commands.
- Fixed `shop open` appearing in the DM slash command list
- Fixed `support_guild` not being included in `example-bot.conf`
- The following wards now require the `Guild` context to be passed to them:
- `low_management`
- `high_management`
2023-09-19 18:32:29 +12:00
c63027f20e
fix(logging): Split warning and error logs.
2023-09-18 08:56:57 +03:00
a27e07be97
fix (member_admin): Change panel name.
2023-09-18 07:55:47 +03:00
7473f88e1d
fix(stats): Fix typo in lb chunking.
2023-09-14 15:11:02 +03:00
7b18a7938d
fix(ranks): Correct overview note creation.
2023-09-14 01:52:23 +03:00
transifex-integration[bot]
15faf721a3
transifex: Update he_IL localisation.
...
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2023-09-13 09:15:49 +03:00
Interitio
8366fa9481
Merge pull request #48 from StudyLions/rewrite
2023-09-13 09:05:57 +03:00
bb13c1fe66
chore(strings): Update ceaser lang.
2023-09-13 08:52:06 +03:00
8d9f20238a
chore(strings): Update templates and domains.
2023-09-13 08:48:56 +03:00
0e8512b971
ui(reminders): Rework user interface.
2023-09-13 02:33:49 +03:00
e164e3ec7b
fix(economy): Optimise balance retrieval.
2023-09-12 21:08:36 +03:00
fc56647bdd
feat(shop): Add paging for long shops.
2023-09-12 20:33:24 +03:00
7dfc720c16
fix(stats): Implement attendance for goal card.
2023-09-12 18:32:11 +03:00
004718902c
fix(logging): Avoid livelog ratelimit.
2023-09-12 18:11:41 +03:00
72ecc2e639
fix(timers): More cautious channel ratelimit.
2023-09-12 16:12:29 +03:00
5eba79da82
fix(config): Update configure description.
2023-09-12 15:16:37 +03:00
66434e5a29
fix(timers): Unify command interface.
2023-09-12 15:15:53 +03:00
0b669456cb
fix(rooms): Add back webhook perms.
2023-09-12 14:48:35 +03:00
6dc366e74a
feat(timers): Revert channel name on destroy.
2023-09-12 01:59:58 +03:00
f248cfdab0
fix(timers): Stop creating timer zombies.
...
Don't try to recreate a destroyed timer from an option setting.
2023-09-12 01:49:51 +03:00
14541899e0
fix(timers): Handle corner cases.
...
Handle cases where discord objects are deleted while timer is running.
2023-09-12 01:16:26 +03:00
54ff39f209
fix(timers): Improve option parsing.
2023-09-12 01:00:01 +03:00
573c3bba85
chore(gui): Update submodule pointer.
...
Includes some GUI client improvements.
Fixes an issue where timers could hang forever waiting on render.
2023-09-12 00:20:08 +03:00
7cb2e244f1
fix(rooms): Remove some owner permissions.
2023-09-11 19:40:47 +03:00
494484fc3c
feat(tasklist): Show tasklists in private rooms.
...
Also adds a `get_rooms` method to the `RoomCog`.
2023-09-11 15:16:19 +03:00
8e54186649
fix(tasklist): Fix sub menu labelling.
2023-09-11 11:17:59 +03:00
a9a21b1735
fix(tasklist): Harden update propagator.
...
Fixes an issue where updates would fail when listeners updated.
Fixes a typo where the wrong UI was closed on HTTPException.
2023-09-11 10:29:53 +03:00