본문 바로가기

Discord Bot9

[Discord Bot Python]디스코드 유튜브 음악 재생 봇 - 유튜브 음악 검색 기능 2023.05.18 - [Discord/Discord Bot Python] - Discord Bot 만들기 - 유튜브 음악 재생 봇 Discord Bot 만들기 - 유튜브 음악 재생 봇Discord Bot 만들기 - 음성 채널 입장하기 Discord Bot 만들기 - 음성 채널 입장하기디스코드 봇을 사용해본 경험이 있다면, 유튜브 혹은 사운드 클라우드 등의 앱에서 음악을 재생해주는 봇을 사용해kante-kante.tistory.com해당 포스트의 유튜브 음악 재생 봇 기본 코드는 위 페이지를 참조해주시기 바랍니다. 2024.06.04 - [Discord/Discord Bot Python] - 디스코드 봇 - 유튜브 음악 재생 봇 설정 및 실행 방법 디스코드 봇 - 유튜브 음악 재생 봇 설정 및 실행 방법.. 2025. 3. 18.
[Discord Bot Python] 디스코드 유튜브 음악 재생 봇 - 플레이리스트 2023.05.18 - [Discord/Discord Bot Python] - Discord Bot 만들기 - 유튜브 음악 재생 봇\ Discord Bot 만들기 - 유튜브 음악 재생 봇Discord Bot 만들기 - 음성 채널 입장하기 Discord Bot 만들기 - 음성 채널 입장하기디스코드 봇을 사용해본 경험이 있다면, 유튜브 혹은 사운드 클라우드 등의 앱에서 음악을 재생해주는 봇을 사용해kante-kante.tistory.com이 페이지에서 설명하는 코드는 위 "디스코드 유튜브 음악 재생 봇" 페이지를 바탕으로 작성되었습니다. 전체 코드에 대한 기본 설명은 위 페이지를 참조해주시기 바랍니다.  +2025.02.05 - [Discord/Discord Bot Python] - 디스코드 유튜브 음악 재.. 2024. 12. 17.
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 Solution1. AttributeError가 발생하는 경우더보기디스코드 버전 업데이트 및 필요 모듈 설치CMD 관리자 권한 실행 → pip install -U git+https://github.com/Rapptz/discord.pypip 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 DevelopersIntegrate your service with Discord — whether it's a bot or a game or whatever y.. 2023. 5. 30.
반응형