Skip to content

Conversation

@Dougley
Copy link
Owner

@Dougley Dougley commented Jun 20, 2025

No description provided.

renovate bot and others added 30 commits April 25, 2025 01:51
…bility

fix(deps): update dependency react-router to v7.5.2 [security]
- Updated Reroll command to use new command structure and improved autocomplete handling.
- Refactored SaveTest command to utilize new command structure and improved error handling.
- Enhanced Start command with duration validation and improved giveaway message creation.
- Refactored Stop command to use new command structure and improved error handling.
- Updated index.ts to integrate SlashCreator with CloudflareWorkerServer for better command handling.
- Adjusted wrangler.jsonc for compatibility flags and migration settings.
todo: more in-depth management
- Added new routes for managing giveaway summaries and participants.
- Introduced components for displaying winners and participants in tables.
- Implemented file upload functionality for summary data.
- Updated authentication error handling and improved user feedback.
- Refactored existing components for better structure and usability.
fixes some build shenanigans
This reverts commit 353e38e.
chat is he stupid
- Added a new package `@dougley/frugal-i18n` for managing translations.
- Implemented i18n support in Discord commands.
- Introduced new translation files for English (US), Dutch, and a pirate-themed English variant.
- Updated command scripts to include i18n synchronization and registration.
- Enhanced error handling and user feedback with localized messages.
- Refactored command classes to extend a new `BaseCommand` class for better i18n integration.
- remove references to jest
- fix eslint
- update some files since eslint now works lol
- Updated workflows to streamline Node.js and pnpm setup.
- Removed outdated format and lint workflows.
- Enhanced deployment scripts for Discord and D1 migrations.
how was i supposed to know that doesnt work lmao
@@ -1,12 +1,10860 @@
// Generated by Wrangler by running `wrangler types`
/* eslint-disable */
// Generated by Wrangler by running `wrangler types` (hash: b3777140eaae88faa4e49b373c64c69b)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Biome] reported by reviewdog 🐶

Suggested change
// Generated by Wrangler by running `wrangler types` (hash: b3777140eaae88faa4e49b373c64c69b)
// Generated by Wrangler by running `wrangler types` (hash: 2aa673970ff7304b3a593008b8415789)

Comment on lines +7 to +9
BETTER_AUTH_SECRET: string;
DISCORD_CLIENT_ID: string;
DISCORD_CLIENT_SECRET: string;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Biome] reported by reviewdog 🐶

Suggested change
BETTER_AUTH_SECRET: string;
DISCORD_CLIENT_ID: string;
DISCORD_CLIENT_SECRET: string;

Comment on lines +18 to +23
type StringifyValues<EnvType extends Record<string, unknown>> = {
[Binding in keyof EnvType]: EnvType[Binding] extends string ? EnvType[Binding] : string;
};
declare namespace NodeJS {
interface ProcessEnv extends StringifyValues<Pick<Cloudflare.Env, "BETTER_AUTH_SECRET" | "DISCORD_CLIENT_ID" | "DISCORD_CLIENT_SECRET">> {}
}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Biome] reported by reviewdog 🐶

Suggested change
type StringifyValues<EnvType extends Record<string, unknown>> = {
[Binding in keyof EnvType]: EnvType[Binding] extends string ? EnvType[Binding] : string;
};
declare namespace NodeJS {
interface ProcessEnv extends StringifyValues<Pick<Cloudflare.Env, "BETTER_AUTH_SECRET" | "DISCORD_CLIENT_ID" | "DISCORD_CLIENT_SECRET">> {}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants