momentum-mod / discord-bot

The Discord bot used in the official Momentum Mod Discord Server.
https://discord.gg/momentummod
MIT License
9 stars 7 forks source link

/say as a reply #119

Closed BIRD311 closed 2 years ago

BIRD311 commented 2 years ago

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.