Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuroXina committed Oct 13, 2023
1 parent 065c3d0 commit 116e021
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

ピン留めちゃんです. 仲良くしてね.

ウェブフックを作成して環境変数にその ID やトークンを設定すれば, いつでもメッセージを複製して転送できます.
ウェブフックを作成して環境変数にその ID やトークンを設定すれば,
いつでもメッセージを複製して転送できます.

## 設定

Expand Down
22 changes: 11 additions & 11 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"imports": {
"crypto": "https://deno.land/[email protected]/node/crypto.ts",
"dotenv": "https://deno.land/[email protected]/dotenv/mod.ts",
"ed25519": "https://deno.land/x/[email protected]/mod.ts"
},
"tasks": {
"dev": "deno run -A src/main.ts"
},
"compilerOptions": {
"strict": true
}
"imports": {
"crypto": "https://deno.land/[email protected]/node/crypto.ts",
"dotenv": "https://deno.land/[email protected]/dotenv/mod.ts",
"ed25519": "https://deno.land/x/[email protected]/mod.ts"
},
"tasks": {
"dev": "deno run -A src/main.ts"
},
"compilerOptions": {
"strict": true
}
}

0 comments on commit 116e021

Please sign in to comment.