28 Commits

Author SHA1 Message Date
Interitio
52e1409064 Merge pull request #67 from StudyLions/rewrite
Gems and Skins
2023-10-29 20:07:11 +02:00
c41374bbaa feat(premium): Implement gem API and admin. 2023-10-26 09:50:07 +03:00
fb920a616a chore(strings): Update string templates. 2023-10-24 14:39:04 +03:00
50be4aa44a feat(topgg): Add voting prompt. 2023-10-24 11:05:23 +03:00
3254c68ff7 feat(meta): Implement meta commands. 2023-10-22 20:59:19 +03:00
1a6e248e0e Merge branch 'rewrite' of cgithub:StudyLions/StudyLion into rewrite 2023-09-20 17:31:04 +03: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
8d9f20238a chore(strings): Update templates and domains. 2023-09-13 08:48:56 +03:00
77792d3a4a (config): Change default loading emoji. 2023-08-24 14:40:57 +03:00
ce68813788 refactor (tasklist): Various UI adjustments. 2023-07-06 00:19:55 +03:00
68fb0e9c62 rewrite: help command and ui. 2023-06-05 12:09:24 +03:00
d6f89b84b9 rewrite: New configuration layout. 2023-05-25 16:53:42 +03:00
f0dd540876 rewrite: New private Room system. 2023-05-23 17:49:37 +03:00
4aa2587c45 rewrite: New Pomodoro Timer system. 2023-05-19 09:45:06 +03:00
2b93354248 rewrite: Tasklist module. 2022-12-23 06:10:21 +02:00
4014e0a3a6 rewrite: Shop and economy system. 2022-12-17 19:29:20 +02:00
dd8609fac0 rewrite: Reminders system. 2022-11-25 07:01:29 +02:00
e528e8d0b6 rewrite: Update default emojis. 2022-11-11 08:14:43 +02:00
364dc2dde0 style: Move to configured emojis. 2022-05-17 13:43:26 +03:00
08935c08e7 (stats): Basic achievements command.
Wrap `config.emojis` in a new `MapDotProxy` for easier access.
2022-01-27 07:57:33 +02:00
8501fb704e (meta): Add support and invite commands. 2022-01-24 13:25:38 +02:00
49c8ea5e02 (config): Add emoji support. 2022-01-20 08:40:44 +02:00
Harsha Raghu
e526503bac [Conf] Topgg specifc settings 2022-01-18 00:11:10 +05:30
20697c4823 sharding (core): Add base sharding support.
Add `meta.args` for command line argument access.
Add command line argument support for shard number.
Add shard count to config file.
Add `meta.sharding` exposing shard properties.
Add shard number to logging methods.
Add shard number to data appid.
2021-12-22 11:28:43 +02:00
2dfc3ece1e (bot_admin): Add status updates and guild logs.
New guild log config for posting joined/left guilds.
New status updater to show voice channel activity.
2021-09-21 18:23:37 +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
87f16b6a37 Initial Commit: Skeleton structure. 2021-08-25 14:48:20 +03:00