Skip to content

Edited bot faq (bot templates) #40

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: 2.x
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions source/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ 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 yourself.
This is quite straight forward and there are plenty of `example templates <https://github.com/PufferPanel/templates/>`_ to work from.