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:
SileNce5k 2021-03-10 18:10:15 +01:00
parent c21c3f4bf5
commit 9b74b943a7
No known key found for this signature in database
GPG key ID: C507260E7F2583AD
3 changed files with 5 additions and 5 deletions

View file

@ -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
View file

@ -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": {

View file

@ -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"