From 35e1943ed882a2c2d7d27e7903cfd8548152cc3b Mon Sep 17 00:00:00 2001
From: Mihai Cristian <59600013+CristianEduardMihai@users.noreply.github.com>
Date: Mon, 26 Dec 2022 19:34:29 +0200
Subject: [PATCH 1/2] edited the "How do I run a bot" section since there are
 bot templates now

---
 source/faq.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/source/faq.rst b/source/faq.rst
index 91af6c3..f4874a6 100644
--- a/source/faq.rst
+++ b/source/faq.rst
@@ -44,6 +44,6 @@ Q: How do I run a bot/are there templates for bots?
 
 PufferPanel works as an abstraction over the host OS so, it supports everything the host OS does.
 
-Generic templates for "X" bot/bot library don't exist, each project works differently. There is no generic way to cover them.
+Currently, there exist only templates for discord bots (python, js and JDA), found in the `templates repository <https://github.com/PufferPanel/templates/>`_ (can be imported directly from the panel).
 
-You'll need to create a template for them yourself, this is quite straight forward and there are plenty of  `example templates <https://github.com/PufferPanel/templates/>`_ to work from.
+If you want to host another type of bot, you'll need to create a template by yourself, this is quite straight forward and there are plenty of  `example templates <https://github.com/PufferPanel/templates/>`_ to work from.

From f1b25e1a08e83229854c0f0f78a8b7ebdbcd036f Mon Sep 17 00:00:00 2001
From: Mihai Cristian <59600013+CristianEduardMihai@users.noreply.github.com>
Date: Mon, 26 Dec 2022 19:55:29 +0200
Subject: [PATCH 2/2] corrected a spelling mistake/reformatted the text

---
 source/faq.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/source/faq.rst b/source/faq.rst
index f4874a6..00af9af 100644
--- a/source/faq.rst
+++ b/source/faq.rst
@@ -46,4 +46,5 @@ PufferPanel works as an abstraction over the host OS so, it supports everything
 
 Currently, there exist only templates for discord bots (python, js and JDA), found in the `templates repository <https://github.com/PufferPanel/templates/>`_ (can be imported directly from the panel).
 
-If you want to host another type of bot, you'll need to create a template by yourself, this is quite straight forward and there are plenty of  `example templates <https://github.com/PufferPanel/templates/>`_ to work from.
+If you want to host another type of bot, you'll need to create a template yourself.
+This is quite straight forward and there are plenty of  `example templates <https://github.com/PufferPanel/templates/>`_ to work from.