Skip to content

Commit 9314e81

Browse files
Files starting with .
1 parent da4763e commit 9314e81

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

.env.example

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
CLIENT_ID=
2+
DISCORD_TOKEN=
3+
4+
# There's a daily limit on how many commands you can deploy.
5+
SKIP_DEPLOY_COMMANDS=0
6+
NODE_ENV=production

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
node_modules/
2+
.env
3+
!.env.example
4+
build/
5+
*.db

0 commit comments

Comments
 (0)