- 일단 discord.py가 다시 재개발이 진행중이지만 언제 나올지 모르는 상황이기 때문에 일단 py-cord로 진행을 하게 되었습니다. 일단 설치부터 python3 -m pip install py-cord 설치가 완료되었다면 일단 main.py부터 시작해봅시다. - main.py : # discord.py와 매우 비슷한 discord.py 1.7.3 code import discord from discord.ext import commands bot = commands.Bot(command_prefix='..')
@bot.event async def on_ready(): print('Logged in as') print(bot.user.name) print(bot.user.id) print('------') user = await bot.fetch_user("My ID") await user.send("ㅣ봇이 준비되었습니다!") await bot.change_presence(ac...
#
discord
#
첫글
#
디코
#
디스코드봇
#
디스코드
#
대화봇
#
python
#
pycord
#
py
#
discordpy
#
파이썬
원문 링크 : Start Py-Cord