-
-
Notifications
You must be signed in to change notification settings - Fork 992
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
Discord Module #3844
Merged
Merged
Discord Module #3844
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
We don't use audio stuff
People with `essentials.discord.ping` can bypass this
This will ideally be moved to slash commands but this is a lose framework of a TextChannel-reply based solution
…discord/DiscordMessageEvent.java
mdcfe
previously requested changes
Jun 29, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few minor things
EssentialsDiscord/src/main/java/net/essentialsx/api/v2/services/discord/InteractionCommand.java
Outdated
Show resolved
Hide resolved
EssentialsDiscord/src/main/java/net/essentialsx/api/v2/services/discord/InteractionMember.java
Outdated
Show resolved
Hide resolved
...alsDiscord/src/main/java/net/essentialsx/discord/interactions/InteractionControllerImpl.java
Outdated
Show resolved
Hide resolved
EssentialsDiscord/src/main/java/net/essentialsx/api/v2/services/discord/MessageType.java
Show resolved
Hide resolved
EssentialsDiscord/src/main/java/net/essentialsx/discord/DiscordSettings.java
Outdated
Show resolved
Hide resolved
Co-authored-by: MD <1917406+mdcfe@users.noreply.github.com>
darbyjack
previously approved these changes
Jun 30, 2021
mdcfe
previously approved these changes
Jun 30, 2021
pop4959
previously approved these changes
Jun 30, 2021
mdcfe
approved these changes
Jul 1, 2021
🎉 |
Thanks to all the reviewers and people who gave feedback along the way ❤️ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
module: discord
Issues or PRs for the EssentialsDiscord module
type: enhancement
Features and feature requests.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
EssentialsXDiscord
A
discord <-> mc
bridge that aims to be stupidly simple without bloatPermissions
essentials.discord.receive.<group>
- Allows user to receive chat messages from the specified discord channelessentials.discord.markdown
- Allows user to bypass the discord markdown filteressentials.discord.ping
- Allows user to ping everyone/role/here from mc in discord (bypass ping filters)Docs: /~https://github.com/EssentialsX/Essentials/blob/module/discord/EssentialsDiscord/README.md
Continuation of #2488 & #3283
Closes #3129