본문 바로가기

Discord Bot7

Examples - Ephemeral, Confirm https://discordpy.readthedocs.io/en/latest/interactions/api.html?highlight=ui#bot-ui-kit 아래 코드에서 사용되는 ui 커맨드는 위 공식 문서를 참조한다. Examples - Ephemeral 개인만 확인할 수 있는 메시지로 클릭 버튼을 전송하고 동작하도록 하는 예제 오직 커맨드를 입력한 사람에게만 표시되며, 다른 사람은 볼 수 없다. Discord Developer Portal → Message Content 활성 해당 코드에서는 사용자가 버튼을 클릭하면 개인 메시지로 클릭할 수 있는 버튼이 활성화 된다. 이후 해당 버튼을 5회 클릭하면 버튼이 비활성 처리된다. 소스 코드 # This example requires the 'messag.. 2023. 7. 20.
Discord 봇 만들기 - Link and Search Examples - link and search https://github.com/Rapptz/discord.py/blob/master/examples/views/link.py GitHub - Rapptz/discord.py: An API wrapper for Discord written in Python. An API wrapper for Discord written in Python. Contribute to Rapptz/discord.py development by creating an account on GitHub. github.com 해당 예제는 사용자가 검색하고 싶은 단어를 커맨드를 이용해 입력하면 해당 단어를 봇이 읽고 구글 검색을 이용해 해당 단어 검색. 검색 결과는 버튼을 통해 해당 페.. 2023. 6. 21.
Discord 봇 만들기 - Dropdown Examples - Dropdown https://github.com/Rapptz/discord.py/blob/master/examples/views/dropdown.py GitHub - Rapptz/discord.py: An API wrapper for Discord written in Python. An API wrapper for Discord written in Python. Contribute to Rapptz/discord.py development by creating an account on GitHub. github.com 해당 예제를 사용하기 위해서는 discord-ui, py-cord 설치 필요 위 방법으로 해결되지 않는다면 Git clone을 통한 버전 업그레이드. pip insta.. 2023. 6. 16.
디스코드 봇 개발 시 Error 관련 Error Solution 1. AttributeError가 발생하는 경우 더보기 디스코드 버전 업데이트 및 필요 모듈 설치 CMD 관리자 권한 실행 → pip install -U git+https://github.com/Rapptz/discord.py pip install py-cord, discord-ui 아래 사이트에서 Bot → Intents 3개 모두 체크 Discord Developer Portal - API Docs for Bots and Developers Discord Developer Portal — API Docs for Bots and Developers Integrate your service with Discord — whether it's a bot or a game or wh.. 2023. 5. 30.
반응형