# Personalização do Discobot

**URL:** https://meta.discourse.org/t/customization-of-discobot/96720
**Category:** Feature
**Tags:** discobot
**Created:** [8 Setembro , 2018 09:18 UTC](https://meta.discourse.org/t/customization-of-discobot/96720 "2018-09-08T09:18:14Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Marvin\_Wattiau](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/marvin_wattiau/32/63935_2.png) [@Marvin\_Wattiau](https://meta.discourse.org/u/Marvin_Wattiau)
#### Post date: [8 Setembro , 2018 09:18 UTC](https://meta.discourse.org/t/customization-of-discobot/96720/1 "2018-09-08T09:18:14Z")

</div>

Hi guys,

I have a little question about discobot, i searched a way to create a discourse bot who replied to a keyword with a pre-recorded answer.

Example :

@Bot bonus

answer a message defined randomly.

Could be possible with discobot ? or need to create a new bot ? And how do it ?

Thanks guys

---

<div class="post-metadata">

### Author: ![featheredtoast](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/featheredtoast/32/116994_2.png) [@featheredtoast](https://meta.discourse.org/u/featheredtoast)
#### Post date: [8 Setembro , 2018 19:30 UTC](https://meta.discourse.org/t/customization-of-discobot/96720/2 "2018-09-08T19:30:26Z")

</div>

This isn’t currently possible with discobot itself but you can create a bot using [Hubot](https://hubot.github.com/) for this purpose, I built a Discourse adapter for it:

> [@Hubot Adapter for Discourse](https://meta.discourse.org/t/hubot-adapter-for-discourse/63419):
>
> I built a [Hubot](https://hubot.github.com/) adapter for Discourse. This should work moderately well for communities that desire bot integrations. There are a few gotchas (see the readme) but for the most part it has been pretty incredible to tinker with so far. Something my community desired was a dice roller, which I knew existed as a hubot plugin. While there have been other attempts at [integrating dice rollers into discourse](https://meta.discourse.org/t/simple-dice-roller-plugin/9958/15), if I was going to run a bot against my Discourse instance, I wanted the full power of hubot…

---

<div class="post-metadata">

### Author: ![Marvin\_Wattiau](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/marvin_wattiau/32/63935_2.png) [@Marvin\_Wattiau](https://meta.discourse.org/u/Marvin_Wattiau)
#### Post date: [9 Setembro , 2018 09:10 UTC](https://meta.discourse.org/t/customization-of-discobot/96720/3 "2018-09-09T09:10:48Z")

</div>

Thanks @featheredtoast i’ll be thinking about this possibilty but JS isn’t my favourite language and i’m not sure to be though confident to success in this mission 😊
