Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
hmes98318 committed Jan 23, 2023
1 parent 87e8155 commit d313a0f
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "chatgpt-bot",
"version": "0.3.0",
"version": "1.0.0",
"description": "A Discord bot based on ChatGPT",
"main": "index.js",
"main": "./src/index.ts",
"scripts": {
"start": "npm run build && node ./dist/src/index.js",
"build": "tsc",

0 comments on commit d313a0f

Please sign in to comment.