b27ee447b3
rewrite: New bot framework.
2022-11-02 07:24:57 +02:00
069c032e02
rewrite: New data ORM.
2022-11-02 07:23:51 +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
a7f7dd6e7b
fix (todo): Correctly filter out empty tasks.
2022-09-10 01:42:47 +10:00
b4da2e3650
(interactions): Handle cancel on callback.
2022-05-17 13:50:26 +03:00
364dc2dde0
style: Move to configured emojis.
2022-05-17 13:43:26 +03:00
3c9a3dd272
fix (Timer): Correctly handle status content.
2022-05-17 12:29:16 +03:00
ec87cb7423
(TimeSlot): Add random dithers.
...
Add startup and close dither for ratelimiting.
2022-05-16 20:04:59 +03:00
a33d882e3f
(interactions): Add awaitable tracebacks.
2022-05-16 19:55:45 +03:00
4733715573
fix (config): Multi-config emoji resolution.
2022-05-16 18:53:48 +03:00
011531dd69
(timer): Stop updating empty timers.
2022-05-16 18:52:27 +03:00
5be84facd3
(premium): Remove ad messages from premium guilds.
2022-05-12 00:43:49 +03:00
3fbc3b1fcb
(tasklist): Pass context to factory.
2022-05-11 22:04:43 +03:00
adbeeaa523
Merge branch 'feature-skins' of github:StudyLions/StudyLion into feature-skins
2022-05-09 21:15:28 +03:00
53dbcd600f
(interactions): Add menu set_default.
2022-05-09 21:08:23 +03:00
ad5ef537c9
(interactions): Support component registration.
2022-05-09 08:08:56 +03:00
e23544aff7
(interactions): Add select menu value property.
2022-05-09 08:07:55 +03:00
JetRaidz
4c117d787b
(help): Rename Premium group to Support Us.
...
- Premium group is now called Support Us.
2022-05-08 00:28:02 +12:00
a526d5e7b5
(interactions): Add response edit http patch.
2022-04-27 11:18:21 +03:00
078959807e
fix (interactions): Correctly support disabled.
2022-04-27 11:17:49 +03:00
917f85b7a0
(interactions): Support response_update.
2022-04-26 16:16:41 +03:00
1434abf416
fix (interactions): Fix timeout pathway.
2022-04-26 16:16:14 +03:00
d6141878a3
(interactions): Add interaction manager.
2022-04-26 13:45:01 +03:00
f5909e8414
(interactions): Support callback extra check.
2022-04-26 13:44:20 +03:00
82e1141b2f
(client): Add noop interaction handling.
2022-04-26 13:43:52 +03:00
60e59246ab
fix (Table): Return method after save_query.
2022-04-26 03:24:38 +03:00
a5d23b5153
fix (interactions): Allow empty message.
...
In some circumstances, interactions may be returned with no `message`.
Fixes a bug causing this to crash the entire event loop.
2022-04-25 22:35:49 +03:00
5bf9ccff04
Merge branch 'feature-interactions' into feature-gems
2022-04-21 15:38:53 +03:00
413b54c5ab
(interactions): Support message response.
2022-04-19 13:46:44 +03:00
035a295962
(interactions): Basic support for modals.
2022-04-19 11:34:34 +03:00
e73302d21f
(interactions): Basic select menu support.
2022-04-18 13:40:38 +03:00
cc7c988007
feature (interactions): Basic button support.
2022-04-18 12:53:17 +03:00
f753271403
feature (meta): Leo says hi.
2022-04-13 22:23:50 +03:00
6f9c8b7138
gems: Generalise gem transaction table.
...
Updates gem audit table for more generality.
Fixes issue with `Row._refresh()`.
Data migration v11 -> v12.
Remove `set_gems` (not needed due to gem module refactor).
2022-04-02 11:40:42 +03:00
645c437edd
Merge branch 'staging' into feature-gems
2022-04-02 11:38:47 +03:00
1698098bbb
routine: Update new command list.
2022-03-19 17:48:03 +02:00
f3a0b5f70a
routine: Bump data version.
2022-03-19 17:13:40 +02:00
fa09266d3a
feature (topgg): Add guild whitelist.
2022-03-19 17:08:31 +02:00
9ea40e5433
feature (sponsors): Add guild whitelist.
...
Add `sponsor_hidden_in` app setting.
Add new `GuildID` and `GuildIDList` setting types.
2022-03-19 17:03:47 +02:00
2ff83b90fa
(sponsors): Allow prompt to be nullable.
2022-03-19 16:18:33 +02:00
b21e0e21e5
feature (botadmin): Add botconfig command.
2022-03-19 16:17:54 +02:00
ace84c9388
(core): Add app-global setting storage.
...
New `AppConfig` key-value table for arbitrary app config.
New `KeyValueData` setting data mixin.
New `AppSettings` settings group.
Attached `AppSettings` as `client.settings`.
Migrated sponsor settings to `AppSettings`.
2022-03-19 15:54:34 +02:00
bccbf38310
(settings): Add multi-embed support to Message.
2022-03-19 13:17:30 +02:00
b5e283bf8c
feature (core): Add multi-embed library patch.
2022-03-19 13:12:24 +02:00
da9f9b02b1
feature (sponsors): Add sponsor command.
...
Add new sponsor prompts.
Add new sponsor command.
Add `sponsor_text` table.
Add sponsor global config settings.
Update `Setting.command` to use new `widget`.
Add custom `cmd_str` support to `Message` `SettingType`.
2022-03-12 17:27:25 +02:00
JetRaidz
61f22b3d4f
Remove old group names
2022-03-06 00:20:38 +13:00
JetRaidz
5ecb10be43
Add premium group in help command.
2022-03-06 00:18:49 +13:00
JetRaidz
df032a8f78
(data): Adding support for premium currency.
2022-02-19 21:00:08 +13:00
fde070a052
fix (rroles): Fix typo in setting response.
2022-01-29 04:08:24 +02:00
728a8a882e
fix (rroles): Update docs and messages.
2022-01-29 03:31:00 +02:00