Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Sep 24, 2023
1 parent b2c0eed commit 859e054
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Target/Index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import { Request } from "@cloudflare/workers-types";
declare const _default: {
fetch(request: Request, _env?: {
DISCORD_APPLICATION_ID: string;
DISCORD_CLIENT_ID: string;
DISCORD_CLIENT_SECRET: string;
DISCORD_PUBLIC_KEY: string;
DISCORD_TOKENS: string;
}): Promise<any>;
};
export default _default;
1 change: 1 addition & 0 deletions Target/Index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Target/Library/Environment.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
declare const _default: {
DISCORD_APPLICATION_ID: string;
DISCORD_CLIENT_ID: string;
DISCORD_CLIENT_SECRET: string;
DISCORD_PUBLIC_KEY: string;
DISCORD_TOKENS: string;
};
export default _default;
1 change: 1 addition & 0 deletions Target/Library/Environment.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 859e054

Please sign in to comment.