Skip to content

Commit cfc9712

Browse files
committed
replace build system
1 parent 30d5243 commit cfc9712

23 files changed

+80
-1213
lines changed

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
worker: npm run prod:start
1+
worker: npm run prod:build && npm run prod:start

dist/commands/help.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { Message } from "discord.js";
2+
declare function handleHelp(match: any[], message: Message): void;
3+
export default handleHelp;

dist/commands/help.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/commands/help.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/commands/poll.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { Message } from "discord.js";
2+
declare function handlePoll(match: any[], message: Message): Promise<void>;
3+
export default handlePoll;

dist/commands/poll.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/commands/poll.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/constants/index.d.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
declare const THUMBS_UP: string;
2+
declare const THUMBS_DOWN: string;
3+
declare const SYMBOL_ONE: string;
4+
declare const SYMBOL_TWO: string;
5+
declare const SYMBOL_THREE: string;
6+
declare const SYMBOL_FOUR: string;
7+
declare const SYMBOL_FIVE: string;
8+
declare const EMOJI_ONE: string;
9+
declare const EMOJI_TWO: string;
10+
declare const EMOJI_THREE: string;
11+
declare const EMOJI_FOUR: string;
12+
declare const EMOJI_FIVE: string;
13+
export { THUMBS_UP, THUMBS_DOWN, SYMBOL_ONE, SYMBOL_TWO, SYMBOL_THREE, SYMBOL_FOUR, SYMBOL_FIVE, EMOJI_ONE, EMOJI_TWO, EMOJI_THREE, EMOJI_FOUR, EMOJI_FIVE, };

dist/constants/index.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/constants/index.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy