Skip to content
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

Better Embeds, Pardons + Purges #11

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
3b21377
embed-overhaul
DirectorReiuji Nov 25, 2022
c429f4a
purge-command
DirectorReiuji Nov 28, 2022
43c75a8
pardon-and-misc
DirectorReiuji Nov 29, 2022
7f0bbe6
log-unbans-and-consistency
DirectorReiuji Nov 29, 2022
4a35b85
bugfixes
DirectorReiuji Dec 1, 2022
6133180
Joke Regexes
DirectorReiuji Dec 2, 2022
24e2ccd
Fix switch function
DirectorReiuji Dec 2, 2022
29db884
Fixed broken regex
DirectorReiuji Dec 2, 2022
3f14f4c
Minor fixes
DirectorReiuji Dec 2, 2022
637cc2c
Fixes critical issue
DirectorReiuji Dec 16, 2022
afc8adb
Replaces settings-which
DirectorReiuji Dec 18, 2022
51419ab
Added Warnings
DirectorReiuji Dec 27, 2022
791a73f
Fixed issues (minus spacing)
DirectorReiuji Mar 6, 2024
5ec875c
Added fixes and fixed spacing
DirectorReiuji Mar 7, 2024
f22dfec
Added README banner
DirectorReiuji Mar 7, 2024
e2b6b39
Updated README to be more inline with Bandwidth's branding
DirectorReiuji Mar 7, 2024
05e4770
Added view kicks function
DirectorReiuji Mar 7, 2024
11f336c
Added poll deletion
DirectorReiuji Apr 10, 2024
4606c5c
Added poll deletion info
DirectorReiuji Apr 10, 2024
cfbdc86
Added attachment fix
DirectorReiuji Apr 10, 2024
560d2e2
Resolve hunting part one
DirectorReiuji Apr 12, 2024
a55e42d
Accidentally blocked package-lock
DirectorReiuji Apr 12, 2024
c94428d
Actual Resolve hunting
DirectorReiuji Apr 12, 2024
00fce5c
Merge branch 'chubby-overhaul' of https://github.com/DirectorReiuji/c…
DirectorReiuji Apr 12, 2024
6555d29
Even more resolve hunting
DirectorReiuji Apr 12, 2024
147a211
Reworked remove punishment command and made Poll Delete function
DirectorReiuji Apr 13, 2024
489cdaa
Removed useless check from pollDelete
DirectorReiuji Apr 14, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,4 @@ typings/
config.json
database
db.json
/.vs
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Chubby
Discord moderation bot for Pretendo
![Chubby Banner](./src/images/misc/chubby-banner.png)
---
Chubby, the official Pretendo Network Discord moderation bot.

Features:

- `/warn` command for warning users. Supports multiple users per warning. 3 warnings results in a kick. 4 warnings results in a ban
- `/kick` command for kicking users. Supports multiple users per kick. 3 kicks results in a ban
- `/ban` command for banning users. Supports multiple users per warning
- NSFW content detection
Chubby can:
- Detect and remove NSFW content
- `/warn`, `/kick`, and `/ban` multiple users at once
- `/remove-punishment` like warns and kicks from multiple users
- `/purge` messages from a channel or from a specified user
- Log user and moderation events
- Remove Discord polls
Loading