Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an event inverter utility class #113

Open
wants to merge 29 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
9f26091
Created InverseEvent utility class.
HydroPage Aug 24, 2020
a84a596
Made docs more consistent (removed 2 unneeded imports)
HydroPage Aug 24, 2020
f06ddc5
Removed "self" event inverters. Wouldn't be useful
HydroPage Aug 24, 2020
7d3e3ac
Renamed InverseEvent to InverseAction
HydroPage Aug 24, 2020
52f4f5f
Remove GuildUnbanEvent inversion. It doesn't make sense
HydroPage Aug 24, 2020
5d218da
Added Member events
HydroPage Aug 24, 2020
133f8a6
Forgot to specify RestAction types
HydroPage Aug 24, 2020
d17de4a
Implement guild voice events
HydroPage Aug 24, 2020
976eece
Implement permission override events
HydroPage Aug 24, 2020
1ddafcd
Implement emote events
HydroPage Aug 24, 2020
0788b4f
Implement role events
HydroPage Aug 24, 2020
2f39997
Implement private channel event
HydroPage Aug 24, 2020
f6a598b
Update return values
HydroPage Aug 24, 2020
09de202
Implement voice channel events
HydroPage Aug 24, 2020
0546d85
Implement text channel events
HydroPage Aug 24, 2020
43e25b8
Implement message events
HydroPage Aug 24, 2020
e2fbc1f
Implement store channel events
HydroPage Aug 24, 2020
39d1073
Typo in javadoc, and import cleanup
HydroPage Aug 24, 2020
c79fceb
Add guild join inverse
HydroPage Aug 24, 2020
fe27e09
Make PermissionOverrideDeleteEvent able to fail if the permission hol…
HydroPage Aug 24, 2020
b0918e7
Implemented GuildJoin inverse and added GuildBan inverse back
HydroPage Aug 24, 2020
3773e20
Fixed unban inversions, and added (real) ban inversion
HydroPage Aug 25, 2020
6fde8c9
Fixed reaction add inversion logic
HydroPage Aug 25, 2020
95f9c90
Docs
HydroPage Aug 25, 2020
d96dfed
Removed guild ban event inverse that asks for prune context
HydroPage Aug 25, 2020
cec03b1
That was a huge pain to type out. Jesus christ
HydroPage Aug 25, 2020
a724882
There
HydroPage Aug 25, 2020
7ea3302
Implemented Guild Update events
HydroPage Aug 25, 2020
61eacc3
Implemented hoisted role inversion. Thanks @canelex
HydroPage Aug 27, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading