Add the option to reply to a message with /say
The autocompletion picks the last 100 messages and passes the ID of the message to /say. The ID is a string because I can only use long and not ulong as a slashcommand arguement.
You can manually copy a message ID and past it in "reply" and it replies to older message. I could make it parse message links too ("copy id" is a dev option in discord) but I don't think its necessary.
Add the option to reply to a message with /say The autocompletion picks the last 100 messages and passes the ID of the message to /say. The ID is a string because I can only use long and not ulong as a slashcommand arguement. You can manually copy a message ID and past it in "reply" and it replies to older message. I could make it parse message links too ("copy id" is a dev option in discord) but I don't think its necessary.