initial commit
This commit is contained in:
commit
d385872211
8 changed files with 433 additions and 0 deletions
9
deno.json
Normal file
9
deno.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"imports": {
|
||||
"discord.js": "npm:discord.js@^14.17.2",
|
||||
"sqlite": "https://deno.land/x/sqlite@v3.9.1/mod.ts"
|
||||
},
|
||||
"tasks": {
|
||||
"start": "deno run --allow-env --allow-read --allow-write=db.sqlite main.ts"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue