Skip to content

Commit

Permalink
Start part 8
Browse files Browse the repository at this point in the history
  • Loading branch information
notunderctrl committed Jan 12, 2023
1 parent 30c3242 commit e180c44
Show file tree
Hide file tree
Showing 15 changed files with 717 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 08 - Ping Command/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TOKEN = YOUR_BOT_TOKEN
CLIENT_ID = YOUR_BOT_ID
GUILD_ID = YOUR_SERVER_ID
5 changes: 5 additions & 0 deletions 08 - Ping Command/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"testServer": "1049345075366334617",
"clientId": "1051228977068519565",
"devs": ["1049343381903515778"]
}
370 changes: 370 additions & 0 deletions 08 - Ping Command/package-lock.json

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

16 changes: 16 additions & 0 deletions 08 - Ping Command/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "discord-bot",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"discord.js": "^14.7.1",
"dotenv": "^16.0.3"
}
}
Loading

0 comments on commit e180c44

Please sign in to comment.