인프런 커뮤니티 질문&답변
파이참 에서의 오류 입니다 discordbot 파일에서
작성
·
3.6K
답변 2
0
김병원
질문자
from discord.ext import commands
intents =discord.Intents.all
token=()
app = commands.Bot(command_preffix intents=intents)
0
작성
·
3.6K
답변 2
0
from discord.ext import commands
intents =discord.Intents.all
token=()
app = commands.Bot(command_preffix intents=intents)
0
저도 지금 같은 오류로 찾고 있는데 혹시 어떻게 해결하셨는지 조언 좀 구할 수 있을까요?