Skip to content

Commit

Permalink
feat: Discord API のログインロジックを追加 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
m1sk9 authored Aug 27, 2023
1 parent cf0ed3e commit 7e455fb
Show file tree
Hide file tree
Showing 9 changed files with 2,170 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Discord API のトークンを指定する
DISCORD_API_TOKEN=
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"rust-analyzer.linkedProjects": [
"./Cargo.toml"
]
}
Loading

0 comments on commit 7e455fb

Please sign in to comment.