improve gitignore, init project and add discord js
This commit is contained in:
12
package.json
Normal file
12
package.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "anilist-discord-bot",
|
||||
"version": "1.0.0",
|
||||
"description": "A [UNOFFICIAL] Discord bot to search the AniList website and get release reminders.",
|
||||
"main": "index.ts",
|
||||
"repository": "https://gitea.amundsson.eu/AniList/discord-bot.git",
|
||||
"author": "Niklas Amundsson",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"discord.js": "^14.21.0"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user