Rename the project.
I didn't like the previous name, so I decided to rename it. Chose a generic name now, but will probably change it later again when I have something better.
This commit is contained in:
parent
c21c3f4bf5
commit
9b74b943a7
3 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Soilens_BotJS
|
# discord_bot
|
||||||
|
|
||||||
My second attempt at making a discord bot in javascript
|
My second attempt at making a discord bot in javascript
|
||||||
Probably very bad
|
Probably very bad
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"name": "soilens_botjs",
|
"name": "discord_bot",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "soilens_botjs",
|
"name": "discord_bot",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "soilens_botjs",
|
"name": "discord_bot",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "My second attempt at making a bot in javascript",
|
"description": "My second attempt at making a bot in javascript",
|
||||||
"main": "server.js",
|
"main": "server.js",
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/SileNce5k/Soilens_BotJS.git"
|
"url": "git+https://github.com/SileNce5k/discord_bot.git"
|
||||||
},
|
},
|
||||||
"author": "SileNce5k",
|
"author": "SileNce5k",
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
|
|
Loading…
Add table
Reference in a new issue