play4honor / discord_quote_bot

A bot that brings the "quote" feature to Discord.
2 stars 1 forks source link

Make it possible to quote the URL link instead of the ID #56

Closed zhangchuck closed 4 years ago

zhangchuck commented 4 years ago

Summary

Functionality

  1. Copy message link of the message that you want to quote

    image

  2. Type !q [message link] or !q[message link] [reply] and get quote functionality

Example:

!q https://discord.com/channels/106536439809859584/106536439809859584/749366987230150667
!q https://discord.com/channels/106536439809859584/106536439809859584/749366987230150667 Wow, what an ass...

Suggested Implementation

zhangchuck commented 4 years ago

https://github.com/play4honor/discord_quote_bot/blob/162506da27eda21dbc663a87722915cc6a037432/discord_quote/discord_quote/discord_quote.py#L133-L135