Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ctnkaan committed Aug 23, 2022
2 parents a7bc19b + ab323f0 commit e58379b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "module",
"scripts": {
"dev": "nodemon",
"start": "node src/index.ts"
"start": "node src/index.js"
},
"keywords": [],
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion templates/javascript/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ commands.set("ping", Ping);

client.on("ready", () => {
console.log(`I am ready! Logged in as ${client.user.tag}`);
client.user.setActivity(`${prefix} ping`);
client.user.setActivity(`${prefix}ping`);
});

//When there is a message in server
Expand Down

0 comments on commit e58379b

Please sign in to comment.