https://github.com/zisra/portal-bot
https://github.com/zisra/portal-bot
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zisra/portal-bot
- Owner: zisra
- Created: 2023-04-29T21:56:21.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-29T21:56:23.000Z (about 3 years ago)
- Last Synced: 2025-02-05T14:17:27.813Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Portal Discord bot
I'm working on a Discord bot that is currently in it's very early stages but I hope to grow it soon.
## Requirements
- Modular code system
- Updated to latest discord.js & API version
- Uses latest features
- Keep memory usage and WebSocket connections low
- Easy to use
- Consistent wording
- Stay in touch with eslint and prettier
## Technologies
- discord.js
- Buttons, Modals, Slash commands, Autocomplete, Select menus, etc.
## Planned Features
### Basic (required)
- [x] Commands:
- [ ] `/ban`
- [ ] `/add`
- [ ] `/search` - Autocomplete
- [ ] `/remove`
- [ ] `/kick`
- [ ] `/timeout`
- [ ] `/set`
- [ ] Logging
### Medium (reccomended)
- [ ] Context menu commands
- [ ] Ban appeal system
### Advanced (future)
- [ ] Context menu commands
- [ ] Verification system
- [ ] Auth flow
- [ ] Internationalization
## Contributions
I have not yet come across enough code to create a platform that is easy to contribute to, but later on I am happy to accept PRs if they are consistent to the current architecture and make sense to me.
More is hopefully to come...