-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
(Fixed bug) its one i made oops! and added permissions #390
base: main
Are you sure you want to change the base?
Conversation
Rules is a system where if a user sends a message with out member role the message is deleted and there promted to accept the rules from a message in the rules channel with i accept button
Also refactored a few things here and there.
added a description and how to fix the issues with windows and there Execution Policies. this is mainly for newbies like myself
changed at your request
@robojs/ai
create-discord-activity
@robojs/ai-voice
@robojs/server
create-robo
@robojs/better-stack
@roboplay/plugin-confessions
@robojs/dev
@roboplay/plugin-gpt
@robojs/maintenance
@robojs/moderation
@roboplay/plugin-poll
@robojs/sync
robo.js
@roboplay/sage
commit: |
it would seem i have added all the old commits again i didn't mean to. im not sure how to remove them |
'MessageContent', | ||
'GuildMembers' | ||
], | ||
partials: [Partials.Channel, Partials.Message, Partials.GuildMember] |
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.
Is partials necessary for this? I'm hesitant to include these in the plugin by default as that will cause users using it to start receiving events and data they otherwise wouldn't have received. I'd rather users opt-in instead.
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.
I'm pretty sure the messages partical is need as it used the message create event. But I think I can remove the other particals. I just added all the ones my test bot had.
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.
Would you mind testing without those partials to verify please?
feat(robo): add intent management for events
From overview path to parent path.
with the rules addition to plugin if the member role got deleted or was null it would delete anyone's message that wasn't admin so added security so that if the role is deleted or name is changed it just wont delete messages anymore and will warn to console and if the role is null it wont do anything.