mirror of
https://github.com/xHyroM/bun-discord-bot.git
synced 2024-11-10 01:08:07 +01:00
"Initial commit (via bun create)"
This commit is contained in:
commit
9812eadced
2 changed files with 6 additions and 0 deletions
5
package.json
Normal file
5
package.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"version": "1.0.0",
|
||||
"name": "bun-discord-bot",
|
||||
"main": "src/index.js"
|
||||
}
|
1
src/index.js
Normal file
1
src/index.js
Normal file
|
@ -0,0 +1 @@
|
|||
console.log('Hello World');
|
Loading…
Reference in a new issue