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

845 Commits

Author SHA1 Message Date
AnxietyisReal
cd99b7f856 Also fix stupidity 2024-01-07 20:49:49 +11:00
AnxietyisReal
c53841f0e6 Fix stupidity 2024-01-07 20:46:04 +11:00
AnxietyisReal
b247a0957b Add webhook notification in add/remove commands 2024-01-07 16:35:04 +11:00
AnxietyisReal
ab43ddc337 Add new response trigger 2024-01-07 12:37:28 +11:00
Toast
839fb4b163
Add home dir 2024-01-07 02:19:17 +11:00
AnxietyisReal
73a8471f4b Hotfix for no log whenever the "Server didn't respond" embed appears 2024-01-06 23:46:21 +11:00
AnxietyisReal
c88c252d99 Trim the trailing whitespaces 2024-01-06 20:49:35 +11:00
AnxietyisReal
b151f04c48 Refactor CmdModule.ts 2024-01-06 20:49:12 +11:00
AnxietyisReal
1c3c14a159 Hide Postgres credentials 2024-01-06 18:09:29 +11:00
AnxietyisReal
543a84a433 Replace janky reconnect method with a reliable one from the package. 2024-01-06 18:03:26 +11:00
AnxietyisReal
d434507b9b Fix variables being missing during the Redis attack. 2024-01-06 17:28:26 +11:00
AnxietyisReal
fff9e67769 Add "see you later" to evening trigger 2024-01-05 12:59:56 +11:00
AnxietyisReal
e64089e29c Fetch user directly from cache and send DM from there. 2024-01-05 12:50:33 +11:00
AnxietyisReal
2ff8b5a0e1 Fix not being able to use /pw outside of main guild 2024-01-04 11:46:19 +11:00
AnxietyisReal
be14114f8e Trim some unnecessary stuff 2024-01-03 08:04:05 +11:00
AnxietyisReal
05ccbdd908 Improvements to eval cmd 2024-01-03 05:42:32 +11:00
AnxietyisReal
ffca13d6ba Optimize a few things 2024-01-02 03:41:25 +11:00
AnxietyisReal
f0b7cb2812 Fix file extension in URL 2024-01-02 03:31:07 +11:00
AnxietyisReal
b1b0c3692e Forgot to add disclaimer 2024-01-02 01:17:01 +11:00
AnxietyisReal
8fa72b2aa1 Update articles 2024-01-02 01:11:05 +11:00
AnxietyisReal
c53c1493d7 Add academy command 2024-01-02 00:50:50 +11:00
AnxietyisReal
a6299b3cea Dedupe @types/node 2024-01-01 14:13:49 +11:00
dependabot[bot]
3a06ea3953
Bump @types/node from 20.10.5 to 20.10.6 (#76)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.10.5 to 20.10.6.
- [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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-01 13:17:21 +11:00
dependabot[bot]
5a479fd36d
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
AnxietyisReal
da89a71128 Remove migrations as MongoDB is no longer used 2024-01-01 11:14:17 +11:00
AnxietyisReal
1011c39642 Yearly rank data reset 2024-01-01 11:01:15 +11:00
AnxietyisReal
79da90cab8 Remove .setTimestamp() 2024-01-01 02:10:33 +11:00
AnxietyisReal
ee11e6a5e1 First commit in 2024 2024-01-01 00:12:45 +11:00
AnxietyisReal
ee38c8c09d This ain't MongoDB, bruh 2023-12-31 18:30:10 +11:00
AnxietyisReal
b6294fcf8f Proper channel name 2023-12-31 18:12:44 +11:00
AnxietyisReal
b553c5b8b3 Add database connection pool 2023-12-31 03:04:19 +11:00
AnxietyisReal
d8414e528a Remove gif filter in mp-mod-chat 2023-12-30 22:26:31 +11:00
AnxietyisReal
197c6b7229 Oversight on isActive flag 2023-12-30 17:15:16 +11:00
AnxietyisReal
bb1b0a2637 Add server identifier to MPModule webhook 2023-12-30 08:08:58 +11:00
AnxietyisReal
df5a6b25f9 Fix bug with YTModule not sending notification 2023-12-29 17:23:04 +11:00
AnxietyisReal
32dda719e4 Increase PD capacity to 1920 from 256 2023-12-29 02:43:04 +11:00
AnxietyisReal
8c3052fee3 Refactor role conflict handling in interactionCreate.ts 2023-12-29 01:20:10 +11:00
AnxietyisReal
815f4aa3bb Add CLI args to TSClient 2023-12-29 00:28:44 +11:00
AnxietyisReal
a75d1bdfa0 Add TokenService dependency to embed 2023-12-28 19:03:10 +11:00
AnxietyisReal
12874d0139 Update @toast/tokenservice-client to version 1.0.6 2023-12-28 18:26:41 +11:00
Toast
1660ea5f6d
This hurts to look at 2023-12-27 23:11:33 +11:00
AnxietyisReal
08115380f8 Fix destructure issue in MPModule's webhook 2023-12-27 21:56:38 +11:00
AnxietyisReal
ef1b395352 Remove unused functions in models directory 2023-12-27 19:43:57 +11:00
AnxietyisReal
fcfd11431a Move stuff inside the for loop 2023-12-27 11:21:30 +11:00
AnxietyisReal
c5101717e5 Remove reaction-related events 2023-12-27 09:49:07 +11:00
AnxietyisReal
1510d8d5c6 Fix boolean check 2023-12-27 09:46:46 +11:00
AnxietyisReal
c80a7e9d15 Dedupe the get and set functions. 2023-12-27 09:46:08 +11:00
AnxietyisReal
b7cad061bd Move statsGraph to mp file 2023-12-27 09:18:21 +11:00
AnxietyisReal
6912392130 Refactor role conflict logic in interactionCreate.ts 2023-12-27 00:36:48 +11:00
AnxietyisReal
b047cc4ee0 Fix case evasion check for expired value 2023-12-26 22:41:39 +11:00