-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
MessageReceive event bug with event-newschannel #138
Comments
As Channel is a superclass of GuildChannel, I'll register natively an event-value for Channel if we register one for GuildChannel, so |
ItsTheSky
added a commit
that referenced
this issue
Aug 7, 2023
ItsTheSky
added a commit
that referenced
this issue
Aug 7, 2023
* ⚡ Added a better null check for emojis in react section * ⚡ Added a null check for 'has role' condition * ✨ Added way to reply to deferred & waited interactions * ⚡ DiSky v4.12.0 * 🐛 Fixed event-channel (see #138) * ⚡ Enhanced bot login error system * ⚡ Added way to use options in entries * ⚡ Moved scopes/structs loading after Skript verifications * ⚡ Removed debug message from BaseScope.java
ItsTheSky
added a commit
that referenced
this issue
Aug 26, 2023
* ⚡ Added a better null check for emojis in react section * ⚡ Added a null check for 'has role' condition * ✨ Added way to reply to deferred & waited interactions * ⚡ DiSky v4.12.0 * 🐛 Fixed event-channel (see #138) * ⚡ Enhanced bot login error system * ⚡ Added way to use options in entries * ⚡ Moved scopes/structs loading after Skript verifications * ⚡ Removed debug message from BaseScope.java * ⚡ Added a better error try/catch system for the nickname effect * ✨ Added JSON serialization for embeds * 🔥 Discriminator are no longer defaulted in toString methods * ⚡ Bumped to JDA v5-beta13 🚀 DiSky v4.12.1
ItsTheSky
added a commit
that referenced
this issue
Jan 6, 2024
* ⚡ Added a better null check for emojis in react section * ⚡ Added a null check for 'has role' condition * ✨ Added way to reply to deferred & waited interactions * ⚡ DiSky v4.12.0 * 🐛 Fixed event-channel (see #138) * ⚡ Enhanced bot login error system * ⚡ Added way to use options in entries * ⚡ Moved scopes/structs loading after Skript verifications * ⚡ Removed debug message from BaseScope.java * ⚡ Added a better error try/catch system for the nickname effect * ✨ Added JSON serialization for embeds * 🔥 Discriminator are no longer defaulted in toString methods * ⚡ Bumped to JDA v5-beta13 🚀 DiSky v4.12.1 * ✨ Added new media channel type * ✨ Added supports for custom status for bots * ⚡ Bumped to JDA 5-beta15 / DiSky v4.13.0 * 🚀 Bumped to JDA 19 * ⚡ Added debug messages for the `open private channel` effect. * ✨ Added way to "reset" the state of a user/role's permission in a channel
kiip1
pushed a commit
to mlummh/mlum-disky
that referenced
this issue
Mar 24, 2024
* ⚡ Added a better null check for emojis in react section * ⚡ Added a null check for 'has role' condition * ✨ Added way to reply to deferred & waited interactions * ⚡ DiSky v4.12.0 * 🐛 Fixed event-channel (see DiSkyOrg#138) * ⚡ Enhanced bot login error system * ⚡ Added way to use options in entries * ⚡ Moved scopes/structs loading after Skript verifications * ⚡ Removed debug message from BaseScope.java * ⚡ Added a better error try/catch system for the nickname effect * ✨ Added JSON serialization for embeds * 🔥 Discriminator are no longer defaulted in toString methods * ⚡ Bumped to JDA v5-beta13 🚀 DiSky v4.12.1 * ✨ Added new media channel type * ✨ Added supports for custom status for bots * ⚡ Bumped to JDA 5-beta15 / DiSky v4.13.0 * 🚀 Bumped to JDA 19 * ⚡ Added debug messages for the `open private channel` effect. * ✨ Added way to "reset" the state of a user/role's permission in a channel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ASLo before i forget, there's a bug in the
MessageReceive
event, for news channelsevent-channel
always returns null, butevent-newschannel
works just fine. I'm utterly confused, because there's literally no difference between the two.Originally posted by @Mushkrem in #137 (comment)
The text was updated successfully, but these errors were encountered: