Commit Graph

764 Commits

Author SHA1 Message Date
ce4637f05a fix(timers): Improve timer loading. 2023-10-01 13:20:24 +03:00
0bc8e91294 fix(data): Fix typing typo. 2023-10-01 07:35:53 +03:00
bb9a099dea fix(settingui): Limit desc table length. 2023-10-01 07:34:16 +03:00
e2a2e7be8a fix(schedule): Remove members after session. 2023-10-01 02:22:09 +03:00
5c057278e7 ux(schedule): Add attendance guide. 2023-10-01 02:03:21 +03:00
308aa1d46e fix(core): Obscure message prefix. 2023-10-01 01:55:45 +03:00
898738afe0 fix(text): Actually ignore unhandled msgs. 2023-10-01 01:54:59 +03:00
4828e7bf8b feat(schedule): Add DM notifications. 2023-09-30 21:38:28 +03:00
1f92957393 feat(schedule): Complete schedule cmd impl. 2023-09-30 12:13:50 +03:00
ca963ee8b1 fix(schedule): Fix 'min_attendance' not saving. 2023-09-29 16:31:35 +03:00
ff7c88dc8c fix(schedule): Fix typo in blacklist. 2023-09-29 16:22:16 +03:00
eda2b92967 fix(rmenus): Update msg data from origin message. 2023-09-29 16:13:24 +03:00
5f93e13469 fix(rmenus): Implement editmenu style pathway. 2023-09-29 15:21:01 +03:00
3c7e1f646b chore: Add voice to requirements. 2023-09-28 11:53:46 +03:00
daa215d10c (utils): Add cmd length calculator. 2023-09-28 11:52:59 +03:00
9de449a4fc fix(babel): Standardise locale format. 2023-09-28 11:51:31 +03:00
a58ce6264e chore: Update gitignore. 2023-09-28 11:50:51 +03:00
619f5d9cf6 Merge branch 'rewrite' of StudyLions/StudyLion into rewrite 2023-09-26 06:58:24 +03:00
f16fddb635 ux(rmenus): Add auto-swap where possible. 2023-09-26 06:57:35 +03:00
7867bdee50 fix(rmenus): Add guild filter for name check. 2023-09-25 20:29:26 +03:00
0fe7610289 ux(msgeditor): Add explicit remove embed button. 2023-09-25 20:23:47 +03:00
transifex-integration[bot]
6d3426000f transifex: Add pt_BR localisation.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2023-09-25 12:41:50 +03:00
JetRaidz
a1cd8576f2 Fix TypeError in room rent
- Fixed TypeError occurring when attempting to add an unknown member whilst in the `room rent` interaction
2023-09-24 23:44:07 +13:00
transifex-integration[bot]
787d04682f transifex: Update he_IL localisation.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2023-09-24 13:14:55 +03:00
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