3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-16 14:11:50 +00:00
Commit graph

924 commits

Author SHA1 Message Date
Dark
dc6e86c877 Migrate GuildInfoSaver to new Plugin structure 2020-07-23 01:33:01 +02:00
Dark
d8a52c4619 Migrate Censor to new Plugin structure 2020-07-23 01:23:36 +02:00
Dark
3685cc4df8 Migrate Roles to new Plugin structure 2020-07-23 00:55:12 +02:00
Dark
b4b8680431 Migrate Slowmode to new Plugin structure 2020-07-23 00:25:40 +02:00
Dragory
ebcb28261b
WIP ModActions 2020-07-23 00:37:33 +03:00
Dark
599a504b17 Migrate Starboard to new Plugin structure 2020-07-22 23:15:40 +02:00
Dark
90ee4ad909 Migrate ChannelArchiver to new Plugin structure, isOwner -> pluginUtils 2020-07-22 22:33:10 +02:00
Dragory
a3d0ec03d9
Add info types for ZeppelinPluginBlueprint 2020-07-22 23:11:42 +03:00
Dark
7ca14d090b Migrate Tags to new Plugin structure 2020-07-22 22:01:53 +02:00
Dragory
cfe3c65abc
Add permission to LevelCmd 2020-07-22 22:59:06 +03:00
Dragory
1064a1ca46
Add custom logger. Fix a bunch of errors. Optimize imports. 2020-07-22 22:56:21 +03:00
Dragory
0dae54745d
Add Cases and Mutes to available plugins 2020-07-22 22:26:05 +03:00
Dragory
c467a740db
Port GuildConfigReloader plugin 2020-07-22 22:25:50 +03:00
Dragory
836fadf19e
Fix usage of 'this' in pluginUtils#canActOn 2020-07-22 22:23:47 +03:00
Dragory
b1f9b54be4
Fix usage of 'this' in FollowCmd 2020-07-22 22:10:20 +03:00
Dragory
ccff7384ba
Port Mutes plugin 2020-07-22 22:09:05 +03:00
Dragory
479cb56928
Port Cases plugin 2020-07-22 22:08:49 +03:00
Dragory
a848e00fdd
Fix type inference for the public interface of plugins created with the zeppelinPlugin() helper 2020-07-22 22:08:20 +03:00
Miikka
4bbf03c54e
Merge branch 'knub30' into k30_pingableRoles 2020-07-22 20:27:15 +03:00
Dark
ed344be4b5 Migrate PingableRoles to new Plugin structure 2020-07-21 23:11:05 +02:00
Dark
0bc7dc17b7 Rename Events and files to prevent ambiguity and order availablePlugins 2020-07-21 17:55:25 +02: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
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