Skip to content

Commit

Permalink
feat: remove application_id from cli integrated projects
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoobes authored Feb 4, 2024
1 parent 9b040da commit b74bb8c
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sern/create-bot",
"version": "1.4.2",
"version": "1.5.0",
"main": "./dist/index.js",
"license": "MIT",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion template-js+cli/.env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
DISCORD_TOKEN=YOUR_DISCORD_TOKEN
APPLICATION_ID=YOUR_DISCORD_BOT_USER_ID
NODE_ENV=<production OR development>
2 changes: 1 addition & 1 deletion template-js+cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@sern/handler": "^3.0.3",
"discord.js": "latest",
"dotenv": "^16.3.1"
"dotenv": "^16.3.1"
},
"devDependencies": {
"@types/node": "^18.0.25"
Expand Down
1 change: 0 additions & 1 deletion template-ts+cli/.env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
DISCORD_TOKEN=YOUR_DISCORD_TOKEN
APPLICATION_ID=YOUR_DISCORD_BOT_USER_ID
NODE_ENV=<production OR development>
2 changes: 1 addition & 1 deletion template-ts+cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@sern/handler": "^3.0.3",
"discord.js": "latest",
"dotenv": "^16.3.1"
"dotenv": "^16.3.1"
},
"devDependencies": {
"@types/node": "^17.0.25",
Expand Down

0 comments on commit b74bb8c

Please sign in to comment.