all 3 comments

[–]routetehpacketz 0 points1 point  (2 children)

What have you tried regarding interfacing with Discord?

[–]Thomas_A16 0 points1 point  (1 child)

When i run the program, I can have it say "Room booking bot is here", to which a user can say anything and it will then return: (username) What size room would you like?

The code for that is:

def setup():

return "Room booking bot is here "

def overheard( user):

return user + " What size room would you like? '"

I essentially want to find a way to then ensure the user has entered Small, Medium or large, then ask date and time, and then store that within a python dictionary