@ bot.event 을 discord.py의 톱니에 사용할 수 있는지 궁금합니다. __ 내 장부 클래스@ cog discord.py의 bot.event
@self.bot.event
async def on_member_join(self, ctx, member):
channel = discord.utils.get(member.guild.channels, name='general')
await channel.send("hello")
일을 시도,하지만 난 내 __init에 self.bot을 정의에도 불구하고 나는 오류를
NameError: name 'self' is not defined
를 얻을.
톱니 바퀴로 bot.event를하는 방법이 다른가요? 그렇지 않습니다.
는편집 : 나는 그것이 작동 (내 대답을 참조) 얻을 수있는 방법을 생각하지만, 사람이 더 좋은 방법을 알고 있다면,