Skip to content

Commit

Permalink
2.0 update (#432)
Browse files Browse the repository at this point in the history
* add: new help command (unfinished) (#422)

Co-authored-by: ForGetFulSkyBro <forgetfulskybro9@gmail.com>

* feat(cache): add redisHandler

Unfinished!

* fix: formatting + redis

* fix: add sentry source mapping

* fix: source map dev script

* fix: add chache syste + example

* fix: sync branch

* fix: more syncs

* :dance:

* fix: add axios back

* fix: do some small nav work

* fix: settings branch merge

* add: dailyMessage layout

* fix: dailyMessage embed

* add: Welcome & General Settings layout

* fix: Welcome layout

* add: premiumHandler

* add: Unlimited Custom Questions

* Use source maps

* add: premium buttons

* catching up

* Fixing git issue

* Revert "catching up"

This reverts commit d864963.

* fix git merge issue

* remove duplicate keys

* Revert "Merge branch 'cluster-dm' into 2.0-update"

* rework: premium check

* remove: try catch

* WebHook customization is now premium-only

* fix: decouple cluster from dms

* re-factor settings command

* fix: merge buttons

* format code

* fix: premium type

* modify build script

* fix: improve language system

* fix: add type

* fix: improve translation handler

* rem: premium setting

* fix: add flokies vote suggestion

* fix: help command almost done

* remove unused files

* add new question system

* fix: add simple question queuer

* add: question checker

* add: Question Checker

* Accident tehe

* fix: settings subcommands

* add: Reset Questions (Dom test this <3)

* add: Return statement :/

* return under the log

* console log to catch leak

* fix: queue system finished

Co-Authored-By: ForGetFulSkyBro <47897305+forgetfulskybro@users.noreply.github.com>

* fix: lock file update

* saving this for later

* fix: question repeat prevention

* fix: add new help command

* fix: new cooldown syntax + french translation

* chore(style): formatting

* add sweepers

* add: better cooldown fortmatting

* Update index.ts

* new translations + remove button

* fix: premium spanish translation

* Update guildModel.ts

* fix: improve command thingy

* small update

* fix: update guild model

* fix: better premium system

* fix: remake premium command

* fix: new question handling + default embed

* remove useless any type

* add: Possible timeout fix

* fix: new setting

* remove sweepers

* add: Utility settings

* remove: duplicate settings

* add first classic mode prototype

* small changes

* fix: user being null

* fix: make classic mode a lot better

* fix: add autoPin and sync queue

* fix: format code

* fix: add classicMode support

* add: day selection

* fix: add cloudflare r2

* fix: add translations

* fix: finish french translation

* add: custom messages limit

* add: AutoPin UI

* fix: add autopin and custom branding

* fix: sync languages

* fix: tiny bugs and sync languages

* fix: add premium checks

* delete premium command

* Update pr-build.yml

* fix: autoPin + custom branding

---------

Co-authored-by: ForGetFulSkyBro <forgetfulskybro9@gmail.com>
Co-authored-by: ForGetFulSkyBro <47897305+forgetfulskybro@users.noreply.github.com>
Co-authored-by: Sans3108 <dragnerobertleonard13@gmail.com>
Co-authored-by: Nidrux <37250273+Nidrux@users.noreply.github.com>
  • Loading branch information
5 people authored Jul 5, 2024
1 parent 9d6a60b commit 856d521
Show file tree
Hide file tree
Showing 112 changed files with 7,239 additions and 4,953 deletions.
8 changes: 7 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,10 @@ LOG_GUILDS=
# Redis

REDIS_URL=
REDIS_TOKEN=
REDIS_TOKEN=

# Cloudflare

CLOUDFLARE_ACCOUNT_ID=""
CLOUDFLARE_ACCESS_KEY_ID=""
CLOUDFLARE_SECRET_ACCESS_KEY=""
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
node-version: "18.x"
cache: "pnpm"
- name: Install dependencies
run: pnpm install
run: pnpm install --no-frozen-lockfile
- name: Run build
run: pnpm run build
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,6 @@ dist
.tern-port

# System files
.DS_Store
.DS_Store
# Sentry Config File
.sentryclirc
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"plugins": ["prettier-plugin-organize-imports"]
}
}
Loading

0 comments on commit 856d521

Please sign in to comment.