Create function to allow the user to get a text file of their wanted data (after a getUserConfirmation()).
Since sending directly use awaitReactions() OR consider using partials - this will allow the code to continue on without awaiting.
When a user reacts, if it is a paperclip send them the respective file for given message
Parameters:
embedMessage
instructions? = "Briefly explain how to this embed works!"
Ensure that the attached file is connected to the given message beyond any bot resets by storing it in MongoDB, if the message gets deleted, then deleted the instance in the database - using an event handler.
Helps #21
Create function to allow the user to get a text file of their wanted data (after a
getUserConfirmation()
). Since sending directly useawaitReactions()
OR consider using partials - this will allow the code to continue on without awaiting.When a user reacts, if it is a paperclip send them the respective file for given message
Parameters: embedMessage instructions? = "Briefly explain how to this embed works!"