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

553 Commits

Author SHA1 Message Date
Toast
f2adbe1c10 Update README.md 2023-09-12 16:11:31 +10:00
AnxietyisReal
5df212249c Remove "no content" embed as bot doesn't run into 204 anymore. 2023-09-12 15:30:50 +10:00
github-actions[bot]
1f34dad10e Combined Dependabot PR (#30)
* Bump @discord-player/extractor from 4.4.2 to 4.4.3

Bumps [@discord-player/extractor](https://github.com/Androz2091/discord-player) from 4.4.2 to 4.4.3.
- [Release notes](https://github.com/Androz2091/discord-player/releases)
- [Commits](https://github.com/Androz2091/discord-player/compare/@discord-player/extractor@4.4.2...@discord-player/extractor@4.4.3)

---
updated-dependencies:
- dependency-name: "@discord-player/extractor"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* Bump @types/node from 20.5.9 to 20.6.0

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.5.9 to 20.6.0.
- [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-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-09-11 15:54:10 +10:00
AnxietyisReal
c916321917 Fix fetch failing to get data due to slow host connection 2023-09-10 20:21:54 +10:00
AnxietyisReal
e927ada2c7 Format DOTY in a proper way 2023-09-09 16:54:21 +10:00
AnxietyisReal
9005f9de75 Update SO link 2023-09-09 16:48:55 +10:00
AnxietyisReal
e68378e0bc Filter multifarm chat 2023-09-08 20:06:17 +10:00
AnxietyisReal
93d0fa5cab Enable choice for second server 2023-09-08 20:01:54 +10:00
AnxietyisReal
25fd7f0b49 Move second server stats embed into rules channel 2023-09-08 17:19:19 +10:00
AnxietyisReal
98539e217d Create DM subcommand 2023-09-07 00:27:41 +10:00
AnxietyisReal
df8be80f6d Create FAQStore, will do more later at some point. 2023-09-06 11:19:02 +10:00
Toast
89bdf91feb Update config.json 2023-09-05 19:33:00 +10:00
Toast
be0b09f4e4 Fix embed title when starting the poll 2023-09-05 01:18:37 +10:00
AnxietyisReal
75d9e9ddee Create poll.ts 2023-09-05 00:21:04 +10:00
AnxietyisReal
9405c1c5c1 Move automoderation to dedicated file 2023-09-04 15:04:34 +10:00
AnxietyisReal
75ef3ab6c3 Update packages part 2 2023-09-04 14:43:59 +10:00
AnxietyisReal
cb8d31d462 Update packages 2023-09-04 14:43:19 +10:00
AnxietyisReal
d6197ad32d Strip code comments from JS files 2023-09-04 13:34:08 +10:00
Toast
ae575d43b5 Update MPModule.ts 2023-09-04 00:09:48 +10:00
Toast
e5e84c02e3 Attempt to fix CSG fail 2023-09-03 23:56:19 +10:00
AnxietyisReal
e4b3581acc minipatch 2023-09-03 19:27:58 +10:00
AnxietyisReal
60890a28e1 2023-09-03 19:07:15 +10:00
AnxietyisReal
18de791ce2 Fix CSG failing after bot restart 2023-09-03 19:04:20 +10:00
AnxietyisReal
a9af0af35c Optimize LogPrefix 2023-09-03 18:56:22 +10:00
AnxietyisReal
f7daf243ee Cache improvements 2023-09-03 14:15:02 +10:00
AnxietyisReal
7f0ea4e5c2 Forgot to remove it after testing 2023-09-03 03:36:16 +10:00
AnxietyisReal
b78edc9a5f MP fixes 2023-09-03 03:27:00 +10:00
Toast
193b0f35ee Update whois.ts 2023-09-02 09:35:08 +10:00
AnxietyisReal
b25ce254b2 Add Spotify status to whois 2023-09-02 09:25:48 +10:00
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