1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-18 00:31:00 -05:00
Commit Graph

906 Commits

Author SHA1 Message Date
Toast
4daf56dcb4
Delete pointless Yarn PnP files (#99)
* Delete .pnp.cjs

* Delete .pnp.loader.mjs

* Update .gitignore
2024-03-19 16:52:01 +11:00
toast-ts
2e133dcbb8 Adjust the balls on Canvas graph 2024-03-19 10:36:45 +11:00
toast-ts
3309da55f2 Dedupe @types/node 2024-03-18 13:17:25 +11:00
dependabot[bot]
4a1d4e9eed
Bump systeminformation from 5.22.2 to 5.22.3 (#95)
Bumps [systeminformation](https://github.com/sebhildebrandt/systeminformation) from 5.22.2 to 5.22.3.
- [Changelog](https://github.com/sebhildebrandt/systeminformation/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sebhildebrandt/systeminformation/compare/v5.22.2...v5.22.3)

---
updated-dependencies:
- dependency-name: systeminformation
  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-03-18 13:14:29 +11:00
github-actions[bot]
711bb3a053
Combined Dependabot PR (#98)
* Bump fast-xml-parser from 4.3.5 to 4.3.6

Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.3.5 to 4.3.6.
- [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.3.5...v4.3.6)

---
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 simple-git from 3.22.0 to 3.23.0

Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.22.0 to 3.23.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.23.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>

* Bump @types/node from 20.11.27 to 20.11.28

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.27 to 20.11.28.
- [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>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-03-18 13:11:37 +11:00
toast-ts
49dc4c2f7e I guess we can try secrets? 2024-03-18 13:00:23 +11:00
toast-ts
4571cdfc7e See if it can pick up another NPM registry 2024-03-18 12:47:47 +11:00
toast-ts
6c34752c0b It's like trying to repair a hole in a car tire. 2024-03-18 12:15:16 +11:00
toast-ts
a86efd78a5 Improve the code comment for API ratelimit that is set by GIANTS 2024-03-16 20:53:39 +11:00
toast-ts
ca3f926cb8 bruh.exe has stopped responding. 2024-03-15 21:02:30 +11:00
toast-ts
4fbdbcf79a Improve MPModule's failure rate 2024-03-15 15:12:56 +11:00
toast-ts
2e8299491d Add 'es' to automod regex. 2024-03-13 09:11:58 +11:00
dependabot[bot]
b14de3201d
Bump undici from 6.7.0 to 6.7.1 (#93)
Bumps [undici](https://github.com/nodejs/undici) from 6.7.0 to 6.7.1.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v6.7.0...v6.7.1)

---
updated-dependencies:
- dependency-name: undici
  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-03-11 12:54:10 +11:00
toast-ts
0ad5c2cc37 Forward attachments too. 2024-03-09 17:40:40 +11:00
toast-ts
a2fe3afdb7 Hide username for anonymity reasons 2024-03-09 17:13:09 +11:00
toast-ts
9d1c8dd238 Update TypeScript to 5.4.2 2024-03-08 09:08:09 +11:00
toast-ts
754881c93f Update Yarn to 4.1.1 2024-03-06 11:12:36 +11:00
toast-ts
59ba9abccf Use ??= instead of ternary operator 2024-03-05 11:21:08 +11:00
toast-ts
8abe1dfaf2 Add channelUpdate event 2024-03-05 11:03:04 +11:00
Toast
a6596e5d7e
Retire the Bot Tech role (#92)
* Discontinue Bot Tech role

* Remove autoresponses for Monster
2024-03-04 20:45:52 +11:00
toast-ts
067cc33076 Add Josh to whitelist 2024-03-04 15:26:13 +11:00
toast-ts
8de43269a1 Remove autoresponses for Monster 2024-03-04 13:29:16 +11:00
toast-ts
115a01a6d6 I forgot today is March. 2024-03-04 11:10:18 +11:00
toast-ts
8cfbcf398d Update dependencies 2024-03-04 08:02:42 +11:00
toast-ts
584ffc1d6a Deliver leaderboard data efficiently 2024-03-02 23:15:38 +11:00
toast-ts
e4c92f732e 2024-03-02 23:14:39 +11:00
toast-ts
eba24d6570 Use scanMsg from Automoderator instead. 2024-03-01 22:13:00 +11:00
toast-ts
e3ea51221e Finally fix the annoying link embedding issue 2024-03-01 22:06:47 +11:00
toast-ts
2beead7022 2024-03-01 19:12:18 +11:00
toast-ts
aca2d449c6 Remove additional layer 2024-02-29 22:23:11 +11:00
toast-ts
234cc6b89f Clear role mention when poll ends 2024-02-29 22:18:11 +11:00
toast-ts
bb2c21ed19 Update @types/node 2024-02-29 22:17:55 +11:00
toast-ts
3d82a47d07 Update Yarn config and handle macOS paths properly 2024-02-28 20:16:11 +11:00
toast-ts
6dd2563a9a *giggles* Experiment complete~! 2024-02-28 18:41:01 +11:00
toast-ts
21c2b1031e Refactor calculator.ts 2024-02-28 18:18:28 +11:00
toast-ts
f7e9a14d63 It didn't put the reason, so useless. 2024-02-26 21:02:51 +11:00
toast-ts
9f2e944d48 Remove comments 2024-02-26 20:04:34 +11:00
toast-ts
21c9f8dca7 Remove unused master-slave setup 2024-02-26 20:02:55 +11:00
toast-ts
d1b9d7a618 Fix flood in console 2024-02-25 23:18:33 +11:00
toast-ts
3fc6824e57 Update @types/pg 2024-02-25 20:43:32 +11:00
toast-ts
306d330914 Clean up some of the stuff 2024-02-25 20:40:44 +11:00
toast-ts
8ac6aa528c Update dependencies 2024-02-24 16:43:08 +11:00
toast-ts
31b74520e4 Back to softban for phishing domains, 2 valid runs so far. 2024-02-24 09:28:22 +11:00
toast-ts
eb9cf0d773 Whoever removed this, please eat a raw tuna fish. 2024-02-24 08:14:35 +11:00
toast-ts
c9b3bc9adc Update scanMsg regex to include 'ed'. 2024-02-23 07:37:39 +11:00
toast-ts
d006bdda95 Visual improvements 2024-02-22 10:22:09 +11:00
toast-ts
68b62453a4 I hate the board that clips papers 2024-02-20 19:47:32 +11:00
toast-ts
3a2b908ea6 Move message ID to top of file 2024-02-20 17:34:12 +11:00
toast-ts
8f656591db Update dependencies 2024-02-20 07:55:28 +11:00
toast-ts
15aa6ce9a7 Silence uncontactable server when limit is reached 2024-02-19 22:08:24 +11:00