Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rainydevzz/barri
A moderation bot in Typescript using the Oceanic Library.
https://github.com/rainydevzz/barri
discord discord-bot javascript moderation-bot nodejs oceanic postgresql typescript
Last synced: about 2 months ago
JSON representation
A moderation bot in Typescript using the Oceanic Library.
- Host: GitHub
- URL: https://github.com/rainydevzz/barri
- Owner: rainydevzz
- License: agpl-3.0
- Created: 2023-01-08T20:12:15.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-11T00:37:52.000Z (over 1 year ago)
- Last Synced: 2023-07-22T17:36:27.735Z (over 1 year ago)
- Topics: discord, discord-bot, javascript, moderation-bot, nodejs, oceanic, postgresql, typescript
- Language: TypeScript
- Homepage:
- Size: 121 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Barri
**A Moderation Bot written in Typescript using the Oceanic Library.**
## Features
- Basic Moderation (kick, ban, timeout, etc.)
- Robust Antispam (with message info and database caching for faster operations)
- Customizable Settings (warn and antispam system)
- Warn System (with Auto-Punishing)
- Bot Admin Commands (eval, system stats, kill process)#### Learning Resources
If you're interested in learning more about the tools this bot utilizes, check the links here.
[Node.js](https://nodejs.org/en/) - Javascript Runtime that runs the code\
[Oceanic](https://github.com/OceanicJS/Oceanic) - Discord library the bot uses\
[Prisma](https://www.prisma.io/) - ORM the bot uses to interact with the database\
[PostgreSQL](https://www.postgresql.org/) - Database the bot uses\
[Typescript](https://www.typescriptlang.org/) - Language the bot is written in