GitXplorerGitXplorer
S

party_bot

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
b851798c07fa2d92a18080a5edd361507b5fd3d6

Merge pull request #1 from SeminKim/update_discordgo

SSeminKim committed 2 years ago
Unverified
da7aa2f8880c4cd604556d8f4afa047d8b8b47d0

update golang version to 1.19

SSeminKim committed 2 years ago
Unverified
2fc5c7865dbd14dd7dc2d42158239c00de30fd3c

update discordgo version to 0.26.1

SSeminKim committed 2 years ago
Unverified
5c9e22796e3ddaf6022c34cbecb8c99206870536

update README.md

SSeminKim committed 3 years ago
Unverified
91cd8f9dcba7d2cb38070a2b6f85048dd9a0178b

add readme images

SSeminKim committed 3 years ago
Verified
e3f9a6ff7a7e9404bd3c333370f25ccb64d9d7fd

Update go.yml

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)