Skip to content

Commit db9852b

Browse files
committed
update deploy setup again
1 parent ee28cc0 commit db9852b

21 files changed

+274
-4
lines changed

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,4 @@ typings/
5555
.yarn-integrity
5656

5757
# dotenv environment variables file
58-
.env
59-
60-
dist
58+
.env

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
worker: npm install && npm run prod:build && npm run prod:start
1+
worker: 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: 19 additions & 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: 85 additions & 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: 27 additions & 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