GitXplorerGitXplorer
S

party_bot

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
7af4a7d42b2febb8093053b85e644360e97f4be3

Update go.yml

SSeminKim committed 3 years ago
Verified
8070600eb1be9390c7ef9b4a1948d880ca736daf

Update go.yml

SSeminKim committed 3 years ago
Verified
954d7cff51718265dc700d17c8c62c4a234c42a6

Update go.yml

SSeminKim committed 3 years ago
Verified
b955bd1e55346e88581e0cf32c7838d9e3b931a0

Update go.yml

SSeminKim committed 3 years ago
Unverified
2b10ca33977a05a18458755e2e0f3d5e86e21943

bug fix

SSeminKim committed 3 years ago
Unverified
d5c1bb6dc578d8120169fef5f3a475673d433b33

bugfix: store message reference in Party struct

SSeminKim committed 3 years ago

README

The README file for this repository.

party_bot

디스코드 채널에서 같이 게임할 파티원을 찾을 때 유용한 봇입니다. Slash Command와 Button Interaction을 이용합니다. golang으로 제작되었습니다.

Details

Slash command를 사용하여 디스코드 내부에서 설명을 제공합니다.

image

새로운 '파티'를 열고 나면 아래와 같이 표시됩니다.

image

친구들이 드가자~버튼을 통해 참가하거나, 참가하기로 한 친구가 빠꾸버튼을 통해 취소할 수 있습니다.

파티를 연 사람은 폭파버튼을 통해 파티를 닫을 수 있습니다.

image

how to run

당분간은 public bot으로 운영할 계획이 없습니다.

대신 discord developer portal에서 직접 새 봇 계정을 만든 후 다음과 같이 실행할 수 있습니다.

go run main.go -guild (YOUR_GUILD_ID) -token (YOUR_BOT_TOKEN) -app (YOUR_APPLICATION_ID)