A Discord bot designed for my server. Currently a work-in-progress.
| Command | Description | Implemented |
|---|---|---|
| ping | Check the roundtime latency of the bot | ✅ |
| say | Echo a message as the bot | ✅ |
| info | Replies with info about the bot | ✅ |
| purge | Mass delete messages | ❌ (WIP) |
- Initial commit; Just a couple of basic commands
- Started Typescript rewrite.
index.jsis nowindex.ts
- Integrated
deploy-commands.jsintoclient.ts - Added /info command - responds with information about the bot
- Added embed option to /say
- Improved embeds
- Added more information to /info
- Modified imports in
index.ts