Pedro

Results 30 comments of Pedro

Sorry the mention to a year old PR.... but this is currently ready or need something?

> Oops, probably my bad when I wrote #1126 even after review. > > ~However, that is kinda weird because I am using this to perform some actions in my...

Closed by https://github.com/Discord4J/Discord4J/commit/6395a9b7adf22d285dca92f865921a33fa0c10c4

I check this... but the issue is not D4J, you are sending an invalid snowflake then discord return a error in parsing, if you change the ID to like (channel:...

> @Doc94 How is my snowflake invalid? According to the Discord docs "Snowflake IDs are up to 64 bits in size" which is a max value of 18446744073709551616. My value...

> > `GET /channels/-7664835874241559545/` > > we shouldn't be making a request with this ID regardless of how discord will respond. We're probably accidentally using Snowflake#asLong instead of asString somewhere....

The customCausingEntity is used in a priority check for try to get damager (if not use the vanilla damager) this was for avoid unexpected behaviours (like mention MM in the...

the direct entity is used in projectile and that was the behaviour previous the DamageSource PR

okay i think now understand what happen... For my side i need test another danages for make sure a few behaviours but looks need replicate the same logic than projectile...