#How to make a welcome message for a new member when he joins the server, with name tagging?

1 messages · Page 1 of 1 (latest)

spring tartan
#

When a member enters the discord, he receives a welcome message, with his name, in a certain channel. How can I do this ?

slim void
#

You wanna use the MemberCreateEvent

#

Add a listener for that event and you can use the Member object to name tag

spring tartan
slim void
#

./tag preq

smoky stirrupBOT
#
  • Primitive data types
  • Operators
  • Data structures
  • Importing
  • Variables, namespace and scope
  • String formatting
  • OOP
  • Control flow
  • Exception handling
  • Function definitions
  • Classes, objects, attributes and methods
  • Console usage, interpreters and environments
  • Decorators

Useful to know:

  • Asyncio basics
  • What is blocking?
  • Logging
  • Reading documentation properly
humble canyon
#

Hikari is a wonderful way to learn python tbh. you'll learn as you make things you want to make 🙂

spring tartan
#

I studied the basics but I still lack experience, for example, I'm getting this welcome code.

slim void
#

I'm pretty sure event.member.mention

#

Is not a thing