Skip to content

Commit 856d521

Browse files
mezotvforgetfulskybroSans3108536b656c6c79
authored
2.0 update (#432)
* 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>
1 parent 9d6a60b commit 856d521

File tree

112 files changed

+7239
-4953
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+7239
-4953
lines changed

.env.example

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,10 @@ LOG_GUILDS=
2828
# Redis
2929

3030
REDIS_URL=
31-
REDIS_TOKEN=
31+
REDIS_TOKEN=
32+
33+
# Cloudflare
34+
35+
CLOUDFLARE_ACCOUNT_ID=""
36+
CLOUDFLARE_ACCESS_KEY_ID=""
37+
CLOUDFLARE_SECRET_ACCESS_KEY=""

.github/workflows/pr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
node-version: "18.x"
1818
cache: "pnpm"
1919
- name: Install dependencies
20-
run: pnpm install
20+
run: pnpm install --no-frozen-lockfile
2121
- name: Run build
2222
run: pnpm run build

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,6 @@ dist
106106
.tern-port
107107

108108
# System files
109-
.DS_Store
109+
.DS_Store
110+
# Sentry Config File
111+
.sentryclirc

.prettierrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
22
"plugins": ["prettier-plugin-organize-imports"]
3-
}
3+
}

0 commit comments

Comments
 (0)