mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-12-25 10:55:37 -05:00
TypeScript version of the original JavaScript-based bot for Official Daggerwin Discord.
https://discord.gg/4SnUAFu
92e6274914
* Bump fast-xml-parser from 4.5.0 to 4.5.1 Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.5.0 to 4.5.1. - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.5.0...v4.5.1) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 22.10.1 to 22.10.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.10.1 to 22.10.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump undici from 7.1.0 to 7.2.0 Bumps [undici](https://github.com/nodejs/undici) from 7.1.0 to 7.2.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v7.1.0...v7.2.0) --- updated-dependencies: - dependency-name: undici dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Merge dependabot/npm_and_yarn/undici-7.2.0 into combined-prs * Merge dependabot/npm_and_yarn/types/node-22.10.2 into combined-prs * Merge dependabot/npm_and_yarn/fast-xml-parser-4.5.1 into combined-prs |
||
---|---|---|
.github | ||
.vscode | ||
.yarn/patches | ||
src | ||
.dockerignore | ||
.gitignore | ||
.mailmap | ||
.ncurc.json | ||
.yarnrc.yml | ||
docker-compose.bot.yml | ||
docker-compose.yml | ||
Dockerfile | ||
package.json | ||
README.md | ||
startDocker.sh | ||
tsconfig.json | ||
yarn.lock |
Daggerbot V3 Description
This is a repository for V3 revision that has been transitioned and rewritten from V2 bot to be more robust and reliable with today's standards.
This revision took 4 months (Late September to Mid December) working on and off to do literally everything that needed a rewrite so badly that it cannot be done in V2.
Q: So what are the changes if it almost looks the same as V2?
A: Here's the bullet points of the changes so far;
- Reworked some of the files
- Commands and events are now classes
- Bot no longer stores short-term and long-term data locally
- Transitioned MongoDB schemas to PostgreSQL models
- MPModule got a facelift and rewritten from scratch
- Moved the module files to another directory called
modules
- Renamed
funcs
tocomponents
as I don't thinkfuncs
directory makes sense anymore at this point.
If you're looking for V2 revision, it has been moved to a branch called old
.
This is a revision history of how far we come in development cycle;
Revision | Language | Library | Commands |
---|---|---|---|
V1 | JavaScript | Discord.JS v13 | Message commands |
V2-V3 | TypeScript | Discord.JS v14 | Slash/message commands |
V4 (Private) | Rust/Lua | Serenity v0.12 | Slash/context/message commands |