1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 08:20:59 -04:00
TypeScript version of the original JavaScript-based bot for Official Daggerwin Discord. https://discord.gg/4SnUAFu
Go to file
dependabot[bot] 9aea929594 Bump simple-git from 3.21.0 to 3.22.0 (#77)
Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.21.0 to 3.22.0.
- [Release notes](https://github.com/steveukx/git-js/releases)
- [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md)
- [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.22.0/simple-git)

---
updated-dependencies:
- dependency-name: simple-git
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-01 13:17:07 +11:00
.github Update PR title 2023-07-20 17:29:16 +10:00
.vscode Merry Christmas! Here's the V3 2023-12-25 02:22:29 +11:00
src Remove migrations as MongoDB is no longer used 2024-01-01 11:14:17 +11:00
.gitignore Merry Christmas! Here's the V3 2023-12-25 02:22:29 +11:00
.mailmap Add mailmap file 2023-10-30 21:41:04 +11:00
.ncurc.json Merry Christmas! Here's the V3 2023-12-25 02:22:29 +11:00
.pnp.cjs Bump simple-git from 3.21.0 to 3.22.0 (#77) 2024-01-01 13:17:07 +11:00
.pnp.loader.mjs Merry Christmas! Here's the V3 2023-12-25 02:22:29 +11:00
.yarnrc.yml Merry Christmas! Here's the V3 2023-12-25 02:22:29 +11:00
botStartup.bat Point to different launch file. 2023-08-06 21:01:25 +10:00
docker-compose.yml Merry Christmas! Here's the V3 2023-12-25 02:22:29 +11:00
package.json Bump simple-git from 3.21.0 to 3.22.0 (#77) 2024-01-01 13:17:07 +11:00
README.md Re-upload bugged banner 2023-12-25 14:29:11 +11:00
startWithYarn.cjs Riverstream of updates 2023-08-25 02:06:39 +10:00
tsconfig.json Merry Christmas! Here's the V3 2023-12-25 02:22:29 +11:00
yarn.lock Bump simple-git from 3.21.0 to 3.22.0 (#77) 2024-01-01 13:17:07 +11:00

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 to components as I don't think funcs 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