1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-17 16:30:58 -05:00
Commit Graph

524 Commits

Author SHA1 Message Date
AnxietyisReal
8e82fbd696 2023-09-01 17:51:38 +10:00
AnxietyisReal
7387eeda83 Rename clarkson to hammond 2023-09-01 17:50:44 +10:00
AnxietyisReal
51e6b1cff5 2023-09-01 17:48:40 +10:00
AnxietyisReal
ee548cee3b Add a check to empty commit message 2023-09-01 17:47:13 +10:00
AnxietyisReal
ecd3732775 2023-09-01 17:28:54 +10:00
AnxietyisReal
7e1203b708 Optimizations 2023-09-01 14:32:11 +10:00
AnxietyisReal
1dba2cc572 Add modifiers to ResponseSystem 2023-08-31 11:15:41 +10:00
AnxietyisReal
058d3d1dcf Update DatabaseServer.ts 2023-08-31 10:26:14 +10:00
AnxietyisReal
626928b6dd Update packages 2023-08-30 18:38:48 +10:00
AnxietyisReal
838b743f68 Move essentials out of client.ts 2023-08-30 18:34:59 +10:00
AnxietyisReal
6a5123ff34 Rename dontlookatme to spotify 2023-08-30 16:42:06 +10:00
AnxietyisReal
0b09fc769d Add dedicated class for music module 2023-08-30 10:34:22 +10:00
AnxietyisReal
4b8917982e Forgot the index.ts 2023-08-30 10:25:44 +10:00
AnxietyisReal
f15908e725 Create MessageTool 2023-08-30 10:21:53 +10:00
Toast
4982c5b641 Update ping.ts 2023-08-30 00:57:13 +10:00
Toast
1cb0ad997b Remove reconnected event
Seems entirely useless and both events just emits at once (reconnected and connected) when it loses connection to the database
2023-08-29 02:37:16 +10:00
Toast
08cfe68747 Improve wording for ping cmd 2023-08-29 01:21:52 +10:00
Toast
ba4b1f39cc Fix client import 2023-08-28 21:24:59 +10:00
Toast
f752e651a7 Update mp.ts 2023-08-28 21:17:27 +10:00
Toast
21233f3afe Darken the red color
bright colors is blinding me, send help
2023-08-28 20:54:39 +10:00
Toast
81ddc5bd2b Remove line that no longer exists 2023-08-28 17:50:18 +10:00
Toast
c388c1337c Update MPLoop.ts 2023-08-28 14:23:49 +10:00
Toast
a49c48f9d6 Update index.ts 2023-08-28 14:22:47 +10:00
Toast
373c6bc685 Update MPLoop.ts 2023-08-28 14:22:12 +10:00
dependabot[bot]
7e57e37ff6 Bump systeminformation from 5.20.0 to 5.21.0 (#24)
Bumps [systeminformation](https://github.com/sebhildebrandt/systeminformation) from 5.20.0 to 5.21.0.
- [Changelog](https://github.com/sebhildebrandt/systeminformation/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sebhildebrandt/systeminformation/compare/v5.20.0...v5.21.0)

---
updated-dependencies:
- dependency-name: systeminformation
  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>
2023-08-28 14:11:09 +10:00
github-actions[bot]
6f26969ad2 Combined Dependabot PR (#23)
* Bump @types/node from 20.5.6 to 20.5.7

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.5.6 to 20.5.7.
- [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 mongoose from 7.4.4 to 7.4.5

Bumps [mongoose](https://github.com/Automattic/mongoose) from 7.4.4 to 7.4.5.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/7.4.4...7.4.5)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump systeminformation from 5.19.1 to 5.20.0

Bumps [systeminformation](https://github.com/sebhildebrandt/systeminformation) from 5.19.1 to 5.20.0.
- [Changelog](https://github.com/sebhildebrandt/systeminformation/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sebhildebrandt/systeminformation/compare/v5.19.1...v5.20.0)

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

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>
2023-08-28 14:07:19 +10:00
AnxietyisReal
587783efea Why is this here? 2023-08-28 12:51:17 +10:00
AnxietyisReal
525ff8e821 Fix ID for general-chat 2023-08-28 12:50:16 +10:00
AnxietyisReal
76a8c62b80 Create ResponseSystem 2023-08-28 12:48:18 +10:00
AnxietyisReal
fa13932ac1 Restrict NPM package manager 2023-08-27 20:27:16 +10:00
AnxietyisReal
60424a87ba Rename fetch, as Nodejs uses undici under the hood 2023-08-27 15:56:12 +10:00
Toast
3a035211d3 Simplify the number range in regex 2023-08-27 15:10:31 +10:00
AnxietyisReal
d739cf9670 Move dedicated files to functions folder 2023-08-27 01:03:14 +10:00
AnxietyisReal
edd5d36ee6 Rehome the ready event 2023-08-27 00:47:06 +10:00
AnxietyisReal
8f0fb87204 Not sure how it got missed. 2023-08-25 19:51:09 +10:00
AnxietyisReal
66e3424ae9 Update Yarn to 3.6.3 2023-08-25 11:47:39 +10:00
AnxietyisReal
b2a9041b80 Drop WClient from client.ts 2023-08-25 09:15:56 +10:00
AnxietyisReal
4edf3e021c Update TypeScript to 5.2.2 2023-08-25 08:29:51 +10:00
Toast
32c927e57e Disable maintenance cmd until further notice 2023-08-25 02:56:47 +10:00
AnxietyisReal
37d16a4f55 attempt #2 2023-08-25 02:31:32 +10:00
AnxietyisReal
8fc456e2db make restart option required 2023-08-25 02:27:23 +10:00
AnxietyisReal
399ca7c102 attempt to fix maintenance cmd 2023-08-25 02:26:11 +10:00
AnxietyisReal
44bcf816ed Riverstream of updates 2023-08-25 02:06:39 +10:00
dependabot[bot]
a8227e102e Bump @types/node from 20.5.0 to 20.5.1 (#19) 2023-08-21 04:35:38 +00:00
AnxietyisReal
15ccb98a8b Update index.ts 2023-08-20 12:41:12 +10:00
AnxietyisReal
e62c5e972e Only display one server for now 2023-08-20 11:04:14 +10:00
Toast
a5630ed6c1 Disable debugging for MPLoop 2023-08-20 10:24:41 +10:00
Toast
bf29b5016b Update config.json 2023-08-20 10:23:02 +10:00
Toast
e8763f2a0a Merge pull request #18 from AnxietyisReal/mpserver-revamp
Revamp MPLoop and improve other stuff.
2023-08-20 10:19:26 +10:00
AnxietyisReal
21631bf2fd Stable enough. 2023-08-20 10:17:22 +10:00