Skip to content

Commit 9f9144d

Browse files
authored
Merge pull request #11 from jhmaster2000/master
MDN documentation command
2 parents 2e73b2f + 4f227af commit 9f9144d

File tree

6 files changed

+618
-366
lines changed

6 files changed

+618
-366
lines changed

.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ npm-debug.log*
66
yarn-debug.log*
77
yarn-error.log*
88

9+
package-lock.json
910
node_modules/
1011
dist/
1112
# TypeScript v1 declaration files
@@ -26,4 +27,10 @@ typings/
2627
# dotenv environment variables file
2728
.env
2829
.env.test
29-
.env*.local
30+
.env*.local
31+
32+
### Misc ###
33+
*.DS_Store
34+
*.vscode
35+
*.xml
36+
*.gz

dotenv_sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ TOKEN=ENTER_BOT_TOKEN_HERE
55
APPLICATIONID=1234567890123456789
66

77
# The ID of the guild on which the commands will be registered to (if the commands are being registered on a guild)
8-
GUILDID=1234567890123456789
8+
GUILDID=1234567890123456789

0 commit comments

Comments
 (0)