Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

discord py on ready

@client.event			# Tells Discord that it's a event
async def on_ready():	# Important that the 
  						# name of the event is 
    					# "on_ready"
    print("Ready!")		# Prints ready to the console
Source by discordpy.readthedocs.io #
 
PREVIOUS NEXT
Tagged: #discord #py #ready
ADD COMMENT
Topic
Name
7+1 =