This is an archived community post.

This post is no longer open for new replies - but we'd still love to hear from you! Share your feedback with our team via our Feedback Form.

Need help getting started? Check out this article for step-by-step instructions on submitting feedback through the form.

ending a multi line quote

टिप्पणियां

3 टिप्पणियां

  • index.ts
    It should also let you make a new line inside of it without holding shift (like code blocks)
    2
  • Tmpod

    I agree with the fact that there should be a way to close a quote block, tho I'd suggest `>>>` to close to match a similar behaviour to codeblocks. Having `<<<` to close reminds me too much of git conflicts xD

    3
  • duckboycool

    This would be especially useful for the API, where you can send a multiline quote using the '>>>', but since the only way to end one is by pressing backspace, it is impossible to end one through discord.py or discord.js from what I've seen. The only workaround I've found is to just use a singleline quote '>' on every line until the ones you don't want quoted.

    0