1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2025-01-31 19:09:40 +11:00
dependabot[bot] 6efe670dae
Bump fast-xml-parser from 4.4.0 to 4.4.1 (#158)
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.4.0 to 4.4.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.4.0...v4.4.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-30 11:41:39 +10:00
2024-03-20 10:45:49 +11:00
2024-07-28 21:09:20 +10:00
2024-02-26 20:04:34 +11:00
2024-01-22 16:38:10 +11:00
2023-12-25 02:22:29 +11:00
2024-07-28 21:09:20 +10:00
2024-07-17 19:14:33 +10:00
2024-04-03 18:30:23 +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
V4 (Private) Rust/Lua Serenity v0.12 Slash/context commands

CLI arguments (process.argv[..])

yarn dev - Starts the development bot with predefined args.
The args in question is;

Argument Usage
src/DB-Beta.config.json Location of config file - [2]
daggerbotbeta Service name in TokenService to fetch tokens data from - [3]
true Toggle debug mode in Discord.js library - [4]
Description
TypeScript version of the original JavaScript-based bot for Official Daggerwin Discord.
https://discord.gg/4SnUAFu
Readme 20 MiB
Languages
TypeScript 99.7%
Dockerfile 0.2%