LoginSignup
1
3

More than 3 years have passed since last update.

【Discord】小技集【Python】

Last updated at Posted at 2019-09-26

随時追加していきます。

新しいメンバーがジョインしたのをトリガーになんかしたい

@client.event
async def on_member_join(member):

user_idから名前を引っ張りたい

message.guild.get_member(u).name

※v1以前の場合

message.server.get_member(u).name
1
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
3