Commit graph

656 commits

Author SHA1 Message Date
Ahmad
7ce34d8d66
Merge pull request #297 from ahmadk953/dependabot/npm_and_yarn/typescript-eslint/parser-8.26.0
Bump @typescript-eslint/parser from 8.25.0 to 8.26.0
2025-03-03 17:38:49 -05:00
Ahmad
904192afa4
Merge pull request #298 from ahmadk953/dependabot/npm_and_yarn/prettier-3.5.3
Bump prettier from 3.5.2 to 3.5.3
2025-03-03 17:38:36 -05:00
dependabot[bot]
fe7bf8e5c3
Bump prettier from 3.5.2 to 3.5.3
Bumps [prettier](https://github.com/prettier/prettier) from 3.5.2 to 3.5.3.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.5.2...3.5.3)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-03 21:16:03 +00:00
dependabot[bot]
2cfd60c15b
Bump @typescript-eslint/parser from 8.25.0 to 8.26.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.25.0 to 8.26.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.26.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-03 21:15:45 +00:00
Ahmad
de599534f0
Merge pull request #294 from ahmadk953/redis-caching
Redis Caching and General Improvements
2025-03-01 01:04:16 -05:00
Ahmad
71f6e2a013
Fixed Linting issues 2025-03-01 01:01:52 -05:00
Ahmad
69ebfbd5b8
Update src/events/ready.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Signed-off-by: Ahmad <103906421+ahmadk953@users.noreply.github.com>
2025-03-01 00:52:12 -05:00
Ahmad
7929354dde
Modify channelDelete and channelCreate log message 2025-03-01 00:33:48 -05:00
Ahmad
e59415ac62
Updated Event Types 2025-03-01 00:32:51 -05:00
Ahmad
3762e554b4
Improved channelUpdate event logging 2025-03-01 00:11:40 -05:00
Ahmad
6c523bbeba
Updated Command Types 2025-02-28 23:23:39 -05:00
Ahmad
d89d13b31b
Merge branch 'main' of https://github.com/ahmadk953/poixpixel-discord-bot into redis-caching
Update branch
2025-02-28 23:21:00 -05:00
Ahmad
50bfb0801f
Merge pull request #292 from ahmadk953/dependabot/npm_and_yarn/types/node-22.13.6
Bump @types/node from 22.13.5 to 22.13.6
2025-02-28 20:26:36 -05:00
Ahmad
96a8d518f8
Merge pull request #293 from ahmadk953/dependabot/npm_and_yarn/typescript-5.8.2
Bump typescript from 5.7.3 to 5.8.2
2025-02-28 20:26:28 -05:00
dependabot[bot]
1e62071088
Bump typescript from 5.7.3 to 5.8.2
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.7.3 to 5.8.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.3...v5.8.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-28 21:45:59 +00:00
dependabot[bot]
c25ac8d0f2
Bump @types/node from 22.13.5 to 22.13.6
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.13.5 to 22.13.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>
2025-02-28 21:45:39 +00:00
Ahmad
0d04adf4fd
Added Basic Redis Caching for DB Queries 2025-02-26 21:35:01 -05:00
Ahmad
e1003ee214
Merge pull request #291 from ahmadk953/dependabot/npm_and_yarn/eslint-config-prettier-10.0.2
Bump eslint-config-prettier from 10.0.1 to 10.0.2
2025-02-26 17:31:38 -05:00
dependabot[bot]
76ddc594a3
Bump eslint-config-prettier from 10.0.1 to 10.0.2
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 10.0.1 to 10.0.2.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v10.0.1...v10.0.2)

---
updated-dependencies:
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-26 21:39:50 +00:00
Ahmad
70edfd8e45
Merge pull request #289 from ahmadk953/dependabot/npm_and_yarn/drizzle-orm-0.40.0
Bump drizzle-orm from 0.39.3 to 0.40.0
2025-02-25 17:02:35 -05:00
dependabot[bot]
02584dd13d
Bump drizzle-orm from 0.39.3 to 0.40.0
Bumps [drizzle-orm](https://github.com/drizzle-team/drizzle-orm) from 0.39.3 to 0.40.0.
- [Release notes](https://github.com/drizzle-team/drizzle-orm/releases)
- [Commits](https://github.com/drizzle-team/drizzle-orm/compare/0.39.3...0.40.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-25 22:02:24 +00:00
Ahmad
bfd72721cc
Merge pull request #290 from ahmadk953/dependabot/npm_and_yarn/drizzle-kit-0.30.5
Bump drizzle-kit from 0.30.4 to 0.30.5
2025-02-25 17:00:54 -05:00
dependabot[bot]
09138b1981
Bump drizzle-kit from 0.30.4 to 0.30.5
Bumps [drizzle-kit](https://github.com/drizzle-team/drizzle-orm) from 0.30.4 to 0.30.5.
- [Release notes](https://github.com/drizzle-team/drizzle-orm/releases)
- [Commits](https://github.com/drizzle-team/drizzle-orm/compare/drizzle-kit@0.30.4...drizzle-kit@0.30.5)

---
updated-dependencies:
- dependency-name: drizzle-kit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-25 21:44:14 +00:00
Ahmad
9be508c5da
Merge pull request #286 from ahmadk953/dependabot/npm_and_yarn/typescript-eslint/parser-8.25.0
Bump @typescript-eslint/parser from 8.24.1 to 8.25.0
2025-02-24 17:16:07 -05:00
dependabot[bot]
bbf48f17d1
Bump @typescript-eslint/parser from 8.24.1 to 8.25.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.24.1 to 8.25.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.25.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-24 21:54:54 +00:00
Ahmad
b0f572ebf2
Merge pull request #285 from ahmadk953/dependabot/npm_and_yarn/eslint-9.21.0
Bump eslint from 9.20.1 to 9.21.0
2025-02-24 16:53:46 -05:00
Ahmad
0914cc1183
Merge pull request #287 from ahmadk953/dependabot/npm_and_yarn/prettier-3.5.2
Bump prettier from 3.5.1 to 3.5.2
2025-02-24 16:53:33 -05:00
Ahmad
e7fd394417
Merge pull request #288 from ahmadk953/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-8.25.0
Bump @typescript-eslint/eslint-plugin from 8.24.1 to 8.25.0
2025-02-24 16:53:24 -05:00
dependabot[bot]
2ea81f910a
Bump @typescript-eslint/eslint-plugin from 8.24.1 to 8.25.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.24.1 to 8.25.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.25.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-24 21:53:05 +00:00
dependabot[bot]
cce2bcd801
Bump prettier from 3.5.1 to 3.5.2
Bumps [prettier](https://github.com/prettier/prettier) from 3.5.1 to 3.5.2.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.5.1...3.5.2)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-24 21:52:48 +00:00
dependabot[bot]
011d1dbf3a
Bump eslint from 9.20.1 to 9.21.0
Bumps [eslint](https://github.com/eslint/eslint) from 9.20.1 to 9.21.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.20.1...v9.21.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-24 21:52:20 +00:00
Ahmad
86adac3f08
Added Warn and Ban Commands, Added Logging, and Much More 2025-02-23 21:39:49 -05:00
Ahmad
d89de72e08
Updated ESlint Config 2025-02-22 19:22:01 -05:00
Ahmad
43c7cd4f9b
Merge pull request #283 from ahmadk953/dependabot/npm_and_yarn/eslint/js-9.21.0
Bump @eslint/js from 9.20.0 to 9.21.0
2025-02-22 15:27:36 -05:00
dependabot[bot]
5634478cb6
Bump @eslint/js from 9.20.0 to 9.21.0
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.20.0 to 9.21.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/HEAD/packages/js)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-22 05:24:29 +00:00
Ahmad
c52354ee67
Merge pull request #282 from ahmadk953/dependabot/npm_and_yarn/types/node-22.13.5
Bump @types/node from 22.13.4 to 22.13.5
2025-02-22 00:23:20 -05:00
Ahmad
264f86c045
Merge pull request #284 from ahmadk953/dependabot/npm_and_yarn/eslint/eslintrc-3.3.0
Bump @eslint/eslintrc from 3.2.0 to 3.3.0
2025-02-22 00:23:07 -05:00
dependabot[bot]
9e0cafaa08
Bump @eslint/eslintrc from 3.2.0 to 3.3.0
Bumps [@eslint/eslintrc](https://github.com/eslint/eslintrc) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/eslint/eslintrc/releases)
- [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslintrc/compare/v3.2.0...v3.3.0)

---
updated-dependencies:
- dependency-name: "@eslint/eslintrc"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-21 21:32:44 +00:00
dependabot[bot]
83b9ad4263
Bump @types/node from 22.13.4 to 22.13.5
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.13.4 to 22.13.5.
- [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>
2025-02-21 21:32:20 +00:00
Ahmad
7bf6dd3494
Merge pull request #281 from ahmadk953/dependabot/npm_and_yarn/globals-16.0.0
Bump globals from 15.15.0 to 16.0.0
2025-02-20 17:17:48 -05:00
dependabot[bot]
655e96e6f7
Bump globals from 15.15.0 to 16.0.0
Bumps [globals](https://github.com/sindresorhus/globals) from 15.15.0 to 16.0.0.
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](https://github.com/sindresorhus/globals/compare/v15.15.0...v16.0.0)

---
updated-dependencies:
- dependency-name: globals
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-20 21:57:41 +00:00
Ahmad
a6d5da1f55
Merge pull request #277 from ahmadk953/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-8.24.1
Bump @typescript-eslint/eslint-plugin from 8.24.0 to 8.24.1
2025-02-20 15:18:20 -05:00
dependabot[bot]
cbc542f516
Bump @typescript-eslint/eslint-plugin from 8.24.0 to 8.24.1
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.24.0 to 8.24.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.24.1/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-20 20:08:14 +00:00
Ahmad
85dd91ef0a
Merge pull request #278 from ahmadk953/dependabot/npm_and_yarn/types/node-22.13.4
Bump @types/node from 22.13.2 to 22.13.4
2025-02-20 15:06:56 -05:00
Ahmad
a8c9a2ff92
Merge pull request #279 from ahmadk953/dependabot/npm_and_yarn/typescript-eslint/parser-8.24.1
Bump @typescript-eslint/parser from 8.24.0 to 8.24.1
2025-02-20 15:06:48 -05:00
Ahmad
043e7f8afd
Merge pull request #280 from ahmadk953/dependabot/npm_and_yarn/tsx-4.19.3
Bump tsx from 4.19.2 to 4.19.3
2025-02-20 15:06:38 -05:00
dependabot[bot]
92daa77c37
Bump @typescript-eslint/parser from 8.24.0 to 8.24.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.24.0 to 8.24.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.24.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-20 19:55:22 +00:00
dependabot[bot]
ff722d07c4
Bump tsx from 4.19.2 to 4.19.3
Bumps [tsx](https://github.com/privatenumber/tsx) from 4.19.2 to 4.19.3.
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](https://github.com/privatenumber/tsx/compare/v4.19.2...v4.19.3)

---
updated-dependencies:
- dependency-name: tsx
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-20 19:55:19 +00:00
dependabot[bot]
0e07ac6b73
Bump @types/node from 22.13.2 to 22.13.4
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.13.2 to 22.13.4.
- [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>
2025-02-20 19:55:17 +00:00
Ahmad
2ea60774d8
Updated Dependencies 2025-02-20 14:53:40 -05:00