3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 13:51:51 +00:00
Commit graph

328 commits

Author SHA1 Message Date
Dragory
f4e8282a93
Update to Knub v30.0.0-beta.11 2020-07-22 09:33:15 +03:00
Miikka
c517fecfd4
Merge branch 'knub30' into k30_persist 2020-07-21 18:21:03 +03:00
Miikka
dfdee2b037
Merge branch 'knub30' into k30_nameHistory 2020-07-21 18:20:15 +03:00
Miikka
c77c290792
Merge branch 'knub30' into k30_messageSaver 2020-07-21 18:19:40 +03:00
Miikka
6d4f5a4158
Merge branch 'knub30' into k30_autoReactions 2020-07-21 18:19:04 +03:00
Miikka
bc0bf118c0
Merge branch 'knub30' into k30_reminders 2020-07-21 18:18:26 +03:00
Miikka
988d89cb4a
Merge pull request #69 from DarkView/k30_fixLocateUser
[K30] LocateUser: Change rest to catchAll
2020-07-21 18:17:57 +03:00
Miikka
59c60e753b
Merge branch 'knub30' into k30_usernameSaver 2020-07-21 18:17:23 +03:00
Dark
4e2dd70030 Migrate WelcomeMessage to new Plugin structure 2020-07-21 18:16:46 +03:00
Dark
e1323687a7 Migrated Persist to new Plugin structure 2020-07-21 01:02:42 +02:00
Dark
bb3eb05ec2 Migrate NameHistory to new Plugin structure 2020-07-21 00:10:09 +02:00
Dark
f83d7122b9 Migrate MessageSaver to new Plugin structure 2020-07-20 23:22:42 +02:00
Dark
2c4e683630 Migrate AutoReactions to new Plugin structure 2020-07-20 00:23:47 +02:00
Dark
7ce1ebfee2 Migrate Reminders to new Plugin structure 2020-07-16 22:54:02 +02:00
Nils
e03f0006e7
Change rest to catchAll 2020-07-16 22:35:10 +02:00
Dark
69c3896c57 Migrate UsernameSaver to new Plugin structure 2020-07-16 21:41:50 +02:00
Dragory
b6257b9189
Tweaks to availablePlugins types 2020-07-10 21:03:40 +03:00
Dark
ec06577b46 Prettier: Ignore events in LocateUser 2020-07-08 03:01:14 +02:00
Dark
0b8e480626 Prettier: Ignore union type mismatch fix
Otherwise it puts the any in its new line which is a lot of wasted space and just looks weird
2020-07-08 02:57:56 +02:00
Dark
0f226bfa93 Fix(?) error on docs caused by union type mismatch 2020-07-08 02:54:38 +02:00
Dark
63efaf84ee Migrate LocateUser to new Plugin structure 2020-07-08 02:53:44 +02:00
Dragory
4a8a63e8b8
Update Knub to v30.0.0-beta.10 2020-07-06 03:34:33 +03:00
Dragory
3df57e3cb9
Use commandTypeHelpers instead of baseTypeHelpers 2020-07-06 03:05:40 +03:00
Dragory
c17fef6440
Optimize imports 2020-07-06 02:57:21 +03:00
Dragory
c1d91b2864
Convert !clean 2020-07-06 02:56:54 +03:00
Dragory
302987cb17
Convert !avatar, !jumbo, and !reload_guild 2020-07-06 02:47:39 +03:00
Dragory
a0e46df19d
Run prettier on refreshMembers.ts 2020-07-06 02:17:51 +03:00
Dragory
91badbe8f4
Fix extra lint error 2020-07-06 02:15:04 +03:00
Dragory
8b01963e4c
Add default options for UtilityPlugin 2020-07-06 02:10:22 +03:00
Dragory
177fc40780
Various Knub 30 and type fixes 2020-07-06 02:08:11 +03:00
Dragory
eb703face3
Fixes to docs api endpoints 2020-07-06 02:01:16 +03:00
Dragory
680a70e464
Add showInDocs property to ZeppelinPluginBlueprint 2020-07-06 02:01:01 +03:00
Dragory
2c2393d3d4
Remove now-unneeded compileEnhancements option from ava config
Since ava 3, it's part of @ava/babel which we don't use.
2020-07-06 01:54:53 +03:00
Dragory
c423b17399
Add pluginUtils.getBaseUrl() 2020-07-06 01:54:26 +03:00
Dragory
951c27374f
Remove unported plugins from the repository 2020-07-06 01:53:58 +03:00
Dragory
9f059f33af
Combine Knub's type helpers with Zeppelin's, continue Utility plugin port 2020-07-06 01:51:48 +03:00
Dragory
b338351e37
Update to ava 3 2020-07-06 01:50:28 +03:00
Dragory
798b6a2341
Prevent prettier from inlining UtilityPlugin command list 2020-07-06 01:02:55 +03:00
Dragory
017fcd93cc
More work on porting Utility commands 2020-07-06 00:53:28 +03:00
Dragory
9bb72e0ffd
Don't export SearchError 2020-07-05 16:01:49 +03:00
Dragory
954c88bee2
Port !search and !bansearch to Knub 30 2020-07-05 15:59:15 +03:00
Dragory
902b7693e6
Dedupe package-lock.json with 'npm dedupe' 2020-07-05 15:31:06 +03:00
Dragory
22c7bd0ae7
Update to Knub v30.0.0-beta.9, knub-command-manager v8.1.1 2020-07-05 15:30:08 +03:00
Dragory
9963a4d5a4
Use blueprint directly for commands for clarity 2020-07-05 15:03:51 +03:00
Dragory
05693455ec
Set explicit type hints for customArgumentHelpers 2020-07-05 15:02:35 +03:00
Dragory
d62a4e26ae
Knub 30 conversion base work; Work on Utility plugin Knub 30 conversion 2020-07-05 05:00:54 +03:00
Dragory
1bf5a7fa28
Update to Knub v30.0.0-beta.8, TypeScript v3.9; update Node typings to v14 2020-07-05 04:59:53 +03:00
Dragory
3e50d39105
Update to Knub v30.0.0-beta.7 2020-07-05 02:41:05 +03:00
Dragory
8701380e6b
Update Knub to v30.0.0-beta.5 2020-07-04 23:04:52 +03:00
Dragory
b6b063f716
Update to Eris 0.13.3 2020-07-03 21:48:56 +03:00