코딩 (2) 썸네일형 리스트형 [Python 최신 버전 3.11.0 ] discord.py로 봇 만들기 파이썬과 discord.py의 업데이트로 전에 만들었던 discord.py로 봇이 작동하지 않아 원인을 찾은후 글을 작성해보았다. import discord import random class chatbot(discord.Client): async def on_ready(self): game = discord.Game("내용") await client.change_presence(status=discord.Status.online, activity=game) print("연결완료") async def on_message(self, message): if message.author.bot: return None if message.content == "Ellis 바보": channel = message.c.. 디스코드 봇 만들기 (초반 설정) 간략하게 디스코드봇 생성에 대해 써보겠습니다. 1. 이동 https://discord.com/developers/applications Discord Developer Portal — API Docs for Bots and Developers Integrate your service with Discord — whether it's a bot or a game or whatever your wildest imagination can come up with. discord.com 디스코드 개발자 웹입니다. 2. 생성 위의 버튼을 눌러 봇을 생성한 후 이름을 입력해 줍니다 3. 봇 설정 4. 봇 적용(봇 초대 주소) url 복사 후 url 검색창을 이용하여 본안의 티스코드방에 봇을 초대할 수 있다. 이전 1 다음