3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-19 07:20:00 +00:00
Commit graph

19 commits

Author SHA1 Message Date
Dragory
8d8343543d Fix userid/channelid argument types; rename userid/userID to userId for consistency; misc code style fix 2019-08-10 01:48:02 +03:00
Dragory
3e0498f96b Typing fixes; show last reload time in !about 2019-07-22 00:09:45 +03:00
Dragory
74c78f51ce Add io-ts config schemas to all guild plugins 2019-07-21 21:15:52 +03:00
Dragory
d54897acdd Split BaseRepository into non-guild and guild
BaseRepository includes all the non-guild-specific functionality,
such as with() and getRelations().
BaseGuildRepository includes guild-specific functionality, such as
getInstance().
2019-05-25 21:25:34 +03:00
Dragory
9f7f87dc77 Fix some argument type names 2019-04-20 19:55:35 +03:00
Dragory
50f5792bc5 Update to Knub 19.1.1 and update plugins accordingly 2019-04-13 01:44:18 +03:00
Dragory
b9b4e2e9ed Starboard: use locks for checking reactions to avoid race conditions 2019-03-31 22:35:54 +03:00
Dragory
b7b42705f9 Add types for all plugin configs and permissions. Update code to work with Knub 18. 2019-03-04 21:44:04 +02:00
Dragory
ed3760313f Update to Knub 17.0.1, remove all d.nonBlocking() calls 2019-02-17 15:19:55 +02:00
Dragory
de05352f18 Starboard: ignore error when fetching message in onMessageReactionAdd 2019-02-09 14:38:50 +02:00
Dragory
6dc8536da6 starboard: fix 'channel already has a starboard' error not resetting the setup state properly 2019-01-06 12:31:40 +02:00
Dragory
dced441d09 Fix starboard and spam plugins not detecting animated emoji 2019-01-06 12:30:52 +02:00
Dragory
b0cd8762f1 Update to Knub 14.0.0 and make changes to plugins accordingly 2019-01-03 06:15:28 +02:00
Dragory
4a33932ffa starboard: include link to original message 2019-01-03 04:49:31 +02:00
Dragory
dcb5da2a4c starboard: don't remove starred messages if someone removes their reaction and the count falls under the threshold 2018-12-22 14:49:45 +02:00
Dragory
4eacbeb889 starboard: also embed cdn.discordapp.com images 2018-12-22 14:42:39 +02:00
Dragory
c0e8c09eb3 starboard: embed linked images; migrate pins in reverse order 2018-12-22 14:33:50 +02:00
Dragory
7ce7359286 Starboard: add command to migrate pins to a starboard 2018-12-22 14:20:32 +02:00
Dragory
0c8efedb8c Add Starboard plugin 2018-12-15 23:01:45 +02:00