# Changing Discobot Responses in Tutorial

**URL:** https://meta.discourse.org/t/changing-discobot-responses-in-tutorial/235266
**Category:** Support
**Created:** [August 6, 2022, 12:17am UTC](https://meta.discourse.org/t/changing-discobot-responses-in-tutorial/235266 "2022-08-06T00:17:28Z")
**Posts on this page:** 11
**Page:** 1

<div class="post-metadata">

### Author: ![Kyle\_Pollock](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/kyle_pollock/32/262774_2.png) [@Kyle\_Pollock](https://meta.discourse.org/u/Kyle_Pollock)
#### Post date: [August 6, 2022, 12:17am UTC](https://meta.discourse.org/t/changing-discobot-responses-in-tutorial/235266/1 "2022-08-06T00:17:28Z")

</div>

Hey I realizing changing the responses in the Discobot tutorial may not necessary change the accepted answers or is not working. The two times I tried to edit the links to copy and paste they went missing.

I’m not sure if this caused the problem or if theres another place where the answers would be held. But it wasn’t accepting the links.

I had saved specific links for example:  
[https://rapyd.net](https://rapyd.net) or [https://docs.rapyd.net](https://docs.rapyd.net) but then when I went back it showed the following:

 ![Screen Shot 2022-08-05 at 4.51.19 PM](https://global.discourse-cdn.com/meta/original/4X/a/a/b/aabb25b870548f2c667b07ff59babc96d63c0a47.png)

I had to revert back to the original where these remained.

 ![Screen Shot 2022-08-05 at 4.51.28 PM](https://global.discourse-cdn.com/meta/original/4X/c/4/e/c4eda072758eeca0ab70718e1cff7e73510e3a78.png)

How can I change the links where it doesn’t go blank and it works?

 ![Screen Shot 2022-08-05 at 5.16.18 PM](https://global.discourse-cdn.com/meta/original/4X/e/7/4/e74b4d3c0e92b1d9d9b2f6a74bf355b192c2b01a.png)

---

<div class="post-metadata">

### Author: ![Noah](https://avatars.discourse-cdn.com/v4/letter/n/a87d85/32.png) [@Noah](https://meta.discourse.org/u/Noah)
#### Post date: [August 6, 2022, 1:17am UTC](https://meta.discourse.org/t/changing-discobot-responses-in-tutorial/235266/2 "2022-08-06T01:17:32Z")

</div>

Hey!

Just checking in, I have the same issue, it seems to be related to the `< >`

[![Image from Gyazo](https://global.discourse-cdn.com/meta/original/4X/f/7/4/f74b6f9d73361a3f180effc69ed39845c5b2d38b.gif)](https://gyazo.com/4e301f2dd93d20f38e244f170a140c03)

[![Image from Gyazo](https://global.discourse-cdn.com/meta/original/4X/0/0/4/004b0fe3d8c244d2e8120b5a96fc0e144a96a0f5.gif)](https://gyazo.com/37a545cd7e3deb6940f667e1c55ef3bc)

As you can see the wikipedia links have the `< >`, quite strange.

* * *

###### Just letting you know, removing the `< >` does **not** resolve the issue.

---

<div class="post-metadata">

### Author: ![Noah](https://avatars.discourse-cdn.com/v4/letter/n/a87d85/32.png) [@Noah](https://meta.discourse.org/u/Noah)
#### Post date: [August 10, 2022, 9:34am UTC](https://meta.discourse.org/t/changing-discobot-responses-in-tutorial/235266/3 "2022-08-10T09:34:58Z")

</div>

I think this may be a #Contribute > Bug

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [August 10, 2022, 9:37am UTC](https://meta.discourse.org/t/changing-discobot-responses-in-tutorial/235266/4 "2022-08-10T09:37:01Z")

</div>

I’m looking at some Discobot stuff later, and I shall add this to the task. 👍

---

<div class="post-metadata">

### Author: ![Kyle\_Pollock](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/kyle_pollock/32/262774_2.png) [@Kyle\_Pollock](https://meta.discourse.org/u/Kyle_Pollock)
#### Post date: [August 18, 2022, 5:56pm UTC](https://meta.discourse.org/t/changing-discobot-responses-in-tutorial/235266/6 "2022-08-18T17:56:14Z")

</div>

Thanks! @JammyDodger and @Noah!

Any updates @JammyDodger. We do have a lot of people joining our community and would love to set this up!

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [August 18, 2022, 6:15pm UTC](https://meta.discourse.org/t/changing-discobot-responses-in-tutorial/235266/7 "2022-08-18T18:15:58Z")

</div>

~~I can confirm that adding a custom link does clear all of the links in `discourse_narrative_bot.new_user_narrative.onebox.instructions`. The surrounding `< >` are not shouldn’t be the issue as they are simply to ensure the link is displayed ‘as is’ and not oneboxed.~~

~~I’m afraid I do not know whether this is expected or not as yet. But in the meantime I suggest resetting the field and using the existing ones. 👍~~

* * *

@Kyle_Pollock

Okay, scrap that answer. I think I know what’s happening. 🙂 The `< >` that ensure the links stay as text and aren’t oneboxed are making the sanitizer think they’re some HTML code that’s not allowed to be in there and is cleaning them up on save.

But if you hyperlink the address in markdown instead then this seems to work as you want it to. eg

`[https://meta.discourse.org](https://meta.discourse.org)`

 ![image](https://global.discourse-cdn.com/meta/original/4X/1/5/6/156b979404674c8d09dc2efabfa1f7673db8198e.png)

 ![image](https://global.discourse-cdn.com/meta/original/4X/3/3/0/3309980b753e0a4b956d02924c22feb6b1f32b12.png)

**Update:** Using a regular `<a href="https://meta.discourse.org">https://[test.site](http://meta.discourse.org)</a>` style link also seems to work 👍

Could you give that a try while we look into it further?

---

<div class="post-metadata">

### Author: ![Noah](https://avatars.discourse-cdn.com/v4/letter/n/a87d85/32.png) [@Noah](https://meta.discourse.org/u/Noah)
#### Post date: [August 19, 2022, 2:01pm UTC](https://meta.discourse.org/t/changing-discobot-responses-in-tutorial/235266/10 "2022-08-19T14:01:35Z")

</div>

Hey @JammyDodger, I’ve gone ahead and tried that out, however I seem to encounter the issue of `Sorry, I could not find that link`. Any ideas?

 ![image](https://global.discourse-cdn.com/meta/original/4X/a/0/0/a0009586ba3b2ed8eaba5dc63ac2131ae11275d6.png)

I tried using the following `[https://meta.discourse.org](https://meta.discourse.org)` however I found no success, thanks for taking a deep look into it though.

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [August 19, 2022, 2:32pm UTC](https://meta.discourse.org/t/changing-discobot-responses-in-tutorial/235266/11 "2022-08-19T14:32:47Z")

</div>

Hmmm. 🤔 It worked for me. You may be hitting the problem in the other recent Discobot-related topic - [Discobot didn't recognize link in tutorial](https://meta.discourse.org/t/discobot-didnt-recognize-link-in-tutorial/229146) Could you give that a look over and see if it sounds familiar?

Looking at your screenshot it doesn’t look like your link oneboxed up, so it could be that.

---

<div class="post-metadata">

### Author: ![Kyle\_Pollock](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/kyle_pollock/32/262774_2.png) [@Kyle\_Pollock](https://meta.discourse.org/u/Kyle_Pollock)
#### Post date: [August 31, 2022, 10:40pm UTC](https://meta.discourse.org/t/changing-discobot-responses-in-tutorial/235266/13 "2022-08-31T22:40:12Z")

</div>

Thanks I’m in the same situation. Link sticks but doesn’t get recognized in the tutorial. I’ll move over to the other thread to reply.

---

<div class="post-metadata">

### Author: ![jessicafjc](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jessicafjc/32/278704_2.png) [@jessicafjc](https://meta.discourse.org/u/jessicafjc)
#### Post date: [December 5, 2022, 1:56pm UTC](https://meta.discourse.org/t/changing-discobot-responses-in-tutorial/235266/14 "2022-12-05T13:56:20Z")

</div>

I’m in the same situation

---

<div class="post-metadata">

### Author: ![Kyle\_Pollock](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/kyle_pollock/32/262774_2.png) [@Kyle\_Pollock](https://meta.discourse.org/u/Kyle_Pollock)
#### Post date: [January 4, 2023, 9:07pm UTC](https://meta.discourse.org/t/changing-discobot-responses-in-tutorial/235266/15 "2023-01-04T21:07:45Z")

</div>

Thanks, @JammyDodger happy new year. Just following up on this issue. Would love to know if these changes can be made as a Discourse admin or you need to go into the source code to change?

Thanks,
