"Initial commit (via bun create)"

This commit is contained in:
xHyroM 2022-07-10 14:08:49 +02:00
commit 9812eadced
2 changed files with 6 additions and 0 deletions

5
package.json Normal file
View file

@ -0,0 +1,5 @@
{
"version": "1.0.0",
"name": "bun-discord-bot",
"main": "src/index.js"
}

1
src/index.js Normal file
View file

@ -0,0 +1 @@
console.log('Hello World');