Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

store message sent by user in string discord py

response = client.wait_for_message(author=ctx.message.author, timeout=30) 
myvar = response.content  

Make sure to Define ctx and message if you want it to be controlled by a command
 
PREVIOUS NEXT
Tagged: #store #message #user #string #discord #py
ADD COMMENT
Topic
Name
5+6 =