3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-18 23:09:59 +00:00
Commit graph

51 commits

Author SHA1 Message Date
Dragory
e3b6b017a2
Fix issues with circular dependencies between plugins 2021-08-18 19:33:22 +03:00
Dragory
bed6589d48
Typed log functions + more 2021-08-18 01:51:42 +03:00
almeidx
3537305c59
upgrade discord.js 2021-08-04 20:45:42 +01:00
almeidx
afe0ec1194
removed unnecessary string literal and simplified stuff 2021-07-29 10:08:55 +01:00
almeidx
bd5e5100a5
typo and return 2021-07-29 00:50:41 +01:00
almeidx
74a676913e
user.tag 2021-07-29 00:37:19 +01:00
Dark
bc1330bf33
Various bugfixes and change ct.anyId return to Snowflake 2021-07-27 04:19:11 +02:00
Dark
c932269b7d
DJS Update, Full Import Cleanup 2021-07-25 14:32:08 +02:00
Dark
acb4913495
More fixes, change rest of stripObjectToScalars to configAccessibleObj 2021-07-21 22:14:09 +02:00
Dark
dda19de6e6
Fix various bugs, update djs 2021-07-04 23:14:12 +02:00
Dark
bb9b8cfe06
Proper button validation, bugfix for voice move spam 2021-07-01 00:30:48 +02:00
Dark
1ad70ffe1a
Change DiscordRESTError to DiscordAPIError 2021-06-30 23:06:02 +02:00
Dark
be71357ff9
Upgrade DJS, fix bugs 2021-06-30 18:43:42 +02:00
Dark
0822fc15e5
Type fixes for djs 2021-06-30 04:56:56 +02:00
Dark
653d6c1dc2
Button role improvements, proper validation 2021-06-22 02:49:31 +02:00
Dark
6e22687bf6
Switch pagination to buttons 2021-06-21 01:36:35 +02:00
Dark
b0329dca05
Move action handlers to util file 2021-06-08 04:47:36 +02:00
Dark
5c7c3c8cba
Make message with default buttons stateful 2021-06-08 04:34:32 +02:00
Dark
5efdf5ce95
Formatting and initial ButtonRoles DB work 2021-06-08 02:23:30 +02:00
Dark
6ac9d2f2a2
Organise all imports, make Mutes depend on Logs 2021-06-06 23:51:32 +02:00
Dark
a94e7593ec
Expand button reactions functionality 2021-06-06 23:02:24 +02:00
Dark
7c757d4b96
WIP: Button Reactions
This still needs some cleanup and some functionality straight up doesn't work or is only a POC
2021-06-06 04:57:05 +02:00
Dark
43c23263f0
Properly order reaction roles 2021-06-06 02:41:06 +02:00
Dark
d0c6e6f411
More fixes, waitForInteraction (replacement for waitForReaction) 2021-06-02 23:41:05 +02:00
Dark
d0a1beb809
Finish preliminary rework, ready to test 2021-06-02 04:07:50 +02:00
Dark
52839cc9f3
More rework progress, remove all eris imports 2021-06-01 02:05:55 +02:00
Dragory
72637fe1b3
More initialization order fixes (vol 2) 2021-05-23 17:13:11 +03:00
Dragory
f6be4f4af6
Update to Knub30.0.0-beta.37 and Eris 0.15, first pass 2021-05-23 14:35:16 +03:00
Dragory
b3cebb3c25
Add better error reporting to !reaction_roles clear 2021-05-08 00:47:41 +03:00
Dragory
37fa9c736d
Remove extraneous reaction removal
The reaction would already be removed at the end of the function
2021-04-29 02:34:58 +03:00
Nils
c5d68650a3
Enforce unified lock names by using functions to generate lock keys (#165) 2021-04-02 16:43:13 +03:00
Nils
32970a63b3
Add example of reaction_roles command to documentation (#147)
reactionRolePairs confuses a lot of people, as the documentation for it is nonexistent
2021-01-28 01:21:16 +02:00
Dragory
629002b8d9
Turn on strict TS compilation. Fix up and tweak types accordingly. 2020-11-09 20:03:57 +02:00
Dragory
76f7658763
Fixes 2020-10-16 02:13:54 +03:00
Dragory
fde796782e
Fix crash in ReactionRoles emoji validation 2020-10-11 14:17:41 +03:00
Dragory
2f470dc37a
Update to new Knub 30 beta. Code clean-up. 2020-10-01 01:43:38 +03:00
Dragory
599c365640
Error handling improvements for reaction roles 2020-09-13 22:21:25 +03:00
Dragory
cd55fcd662
Fix logic error in reaction role error handling 2020-09-13 21:41:43 +03:00
Dragory
78b93cbef0
+FIXME 2020-08-30 00:54:16 +03:00
Dragory
ef6162b522
reaction_roles: don't act on own reactions 2020-08-30 00:51:47 +03:00
Dragory
f3417313bc
reaction_roles: add remove_user_reactions option 2020-08-30 00:49:44 +03:00
Dragory
60f73bd752
Better reaction role errors (2) 2020-08-28 01:36:59 +03:00
Dragory
b53acd6b84
Better errors for reaction roles 2020-08-28 01:30:25 +03:00
Dragory
8af64a6944
Improve permission utils, make them bigint-aware 2020-08-07 00:39:52 +03:00
Dragory
76d4efcaf3
Add support for messageTarget input in commands that take a message id 2020-08-06 01:54:46 +03:00
Dragory
25b23c61ef
reaction_roles: fix !reaction_roles matching emojis/roles incorrectly; add progress message 2020-08-05 21:49:01 +03:00
Dragory
b4b16d0d88
Return some rate limit fiddling for reaction roles 2020-08-02 00:23:14 +03:00
Dragory
57316b142a
reaction_roles: handle errors when adding reactions gracefully 2020-08-01 23:47:12 +03:00
Dragory
f6d55f1060
ZeppelinPluginBlueprint.configSchema is now required. Validate deep partial config schema before running config preprocessor. 2020-07-30 20:10:50 +03:00
Dragory
7909c99a7f
Fix up docs 2020-07-30 13:08:06 +03:00