-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: command stuff #19
Conversation
f574cf7
to
f774a39
Compare
i wouldn't merge it into main, especially as you didn't implement all commands yet. |
Yeah I stated that this pr is wip in the initial comment and will probably be adding to it later. I can't mark it as a draft pr (probably cause we on a private repo) but it still will be pushed to later. |
Sorry, I don't know how to properly use git I guess I duplicated my commits ? |
26614d8
to
47ab9d2
Compare
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.
Looks mostly fine, added a few things that you could look into, also please finish all commands first, before doing a pr to main. It's ok, if you pr into this branch for each command (block) but not a pr to main for each command
97830ce
to
db5c121
Compare
cba7046
to
867e18c
Compare
Load mod commands Run mod commands Error handling Example ping command
Add prefix to .env Subscribe directly to commands Properly set the module.
This adds mod tools to the bot. Particularly penalize, warn, help, offences
Purge a number of messages or messages after an id. Also removes xp from purged messages.
Added move command. Made purge command delete the message that activated it. Added a fetchChannel function to util to get a channel from id or mention.
Mod's can set and reset nicknames. Clean nickname func added to modUtil.
I am the large stupid.
Added command. Added titles to auto responses. Fixed a typo in the emotes constant. Made a make Title function in util. Made auto response handler able to handle mixed types. Allowed auto responses to be created with response and title. Allowing adding regex triggers. Allow removing regex triggers. Show triggers in preview.
ce7ba3f
to
8d07f29
Compare
Co-authored-by: Commentator2.0 <[email protected]>
This reverts commit 1a0ca5f. The formatter didn't like it.
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.
seems fine now? maybe let @Chicken take another look over this too
This pr is a wip
features:
Closes #1