interaction-kit
Interaction Kit is a framework for creating Discord slash command bots over the HTTP API
파일 탐색기
최종 버전 다운로드 (.zip)- config.json
- README.md
- devcontainer.json
- Dockerfile
- action.yml
- action.yml
- bug_report.yml
- config.yml
- documentation_or_example.yml
- feature_request.yml
- formatting.yml
- lint.yml
- release.yml
- test.yml
- typecheck.yml
- CODEOWNERS
- FUNDING.yml
- extensions.json
- settings.json
- ping.ts
- .keep
- .keep
- app.ts
- server.ts
- .env.example
- CHANGELOG.md
- package.json
- README.md
- tsconfig.json
- analytics.tsx
- layout.tsx
- page.tsx
- h1.tsx
- .keep
- .keep
- .keep
- globals.css
- .eslintrc.json
- .gitignore
- next-env.d.ts
- next.config.js
- package.json
- postcss.config.js
- README.md
- tailwind.config.js
- tsconfig.json
- discord-verify-tod.png
- README.md
- README.md
- server.ts
- package-lock.json
- package.json
- README.md
- tsconfig.json
- README.md
- README.md
- interaction.ts
- .gitignore
- package-lock.json
- package.json
- README.md
- tsconfig.json
- bitfield.ts
- bitfield.test.ts
- CHANGELOG.md
- LICENSE
- package.json
- README.md
- tsconfig.json
- cli.ts
- button.js
- ping.js
- my-button.js
- .gitkeep
- app.js
- server.js
- .env
- package.json
- README.md
- vercel.json
- ping.ts
- app.ts
- server.ts
- .env
- package.json
- README.md
- tsconfig.json
- vercel.json
- LICENSE
- package.json
- README.md
- tsconfig.json
- applications.ts
- commands.ts
- guild.ts
- interactions.ts
- client.ts
- index.ts
- client.test.ts
- CHANGELOG.md
- LICENSE
- package.json
- README.md
- tsconfig.json
- application.ts
- attachment.ts
- channel.ts
- guild-member.ts
- intents.ts
- message.ts
- permissions.ts
- user.ts
- applications.ts
- attachments.ts
- channels.ts
- guild-members.ts
- intents.ts
- messages.ts
- permissions.ts
- users.ts
- index.ts
- CHANGELOG.md
- LICENSE
- package.json
- README.md
- tsconfig.json
- server.ts
- server.test.ts
- CHANGELOG.md
- LICENSE
- package.json
- README.md
- tsconfig.json
- discord-error.ts
- index.ts
- array.json
- object.json
- request.json
- discord-error.test.ts
- CHANGELOG.md
- LICENSE
- package.json
- README.md
- tsconfig.json
- rate-limit-error.ts
- request-error.ts
- client.ts
- definitions.ts
- index.ts
- request.ts
- response.ts
- mock-fetch.ts
- callbacks.test.ts
- client.test.ts
- configuration.test.ts
- errors.test.ts
- requests.test.ts
- signals.test.ts
- CHANGELOG.md
- LICENSE
- package.json
- README.md
- tsconfig.json
- snowflake.ts
- snowflake.test.ts
- LICENSE
- package.json
- README.md
- tsconfig.json
- verify.ts
- express.ts
- crypto.ts
- index.ts
- request.ts
- aws.ts
- node.ts
- web.ts
- express.test.ts
- helpers.ts
- node.test.ts
- verify.test.ts
- aws.ts
- build.config.ts
- CHANGELOG.md
- LICENSE
- node.ts
- package.json
- README.md
- tsconfig.json
- web.ts
- webhook.ts
- webhook.test.ts
- CHANGELOG.md
- package.json
- README.md
- tsconfig.json
- ikit.ts
- deploy.ts
- dev.ts
- attachment.ts
- boolean.ts
- channel.ts
- choices.ts
- index.ts
- integer.ts
- mentionable.ts
- number.ts
- option.ts
- role.ts
- string.ts
- subcommand-group.ts
- subcommand.ts
- user.ts
- context-menu.ts
- slash-command.ts
- action-row.ts
- button.ts
- index.ts
- README.md
- select.ts
- arrays.ts
- application-command-interaction.ts
- context-menu-interaction.ts
- slash-command-interaction.ts
- application-command-autocomplete.ts
- autocomplete-interaction.ts
- types.ts
- button-interaction.ts
- message-component-interaction.ts
- select-interaction.ts
- index.ts
- ping-interaction.ts
- README.md
- response.ts
- markdown.test.ts
- embed.ts
- markdown.ts
- README.md
- application.ts
- config.ts
- index.ts
- interfaces.ts
- README.md
- scripts.ts
- CHANGELOG.md
- LICENSE
- package.json
- README.md
- tsconfig.json
- .eslintrc.cjs
- .gitignore
- .prettierrc
- package-lock.json
- package.json
- README.md
- tsconfig.json
- turbo.json
- vitest.config.ts
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/IanMitchell/interaction-kit
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd interaction-kit
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
cd apps/flint
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm start
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
// repository documentation
Was this content helpful?
(0 ratings)
