Difference between revisions of "Docker"

From Bebot Wiki 2
Jump to navigationJump to search
Line 1: Line 1:
===== Docker =====
+
====== BeBot Official modules ======
So using Docker can save you some installation hassle, but you'll need to have it installed properly either in Windows or Linux system hosting your bot.
+
BeBot comes with a selection of modules already installed. Here you will find comprehencive documentation for them.
  
===== test =====
 
...
 
  
===== test2 =====
+
 
...
+
===== Conventions =====
 +
This document uses special conventions for values that you need to substitute. These are
 +
 
 +
  * **!command //<value>//** - Values within brackeds are mandatory and have to be supplied
 +
  * **!command //[value]//** - Values within square brackets are optional and offer additional features
 +
  * **!command //<(value1/value2)>//** - Values separated by a vertical bar within paranthesis indicate that you may choose between the values. The type of brackets surrounding the parenthesis indicate mandatory or optional values.
 +
 
 +
 
 +
 
 +
===== Common modules =====

Revision as of 20:54, 5 December 2023

BeBot Official modules

BeBot comes with a selection of modules already installed. Here you will find comprehencive documentation for them.


Conventions

This document uses special conventions for values that you need to substitute. These are

 * **!command //<value>//** - Values within brackeds are mandatory and have to be supplied
 * **!command //[value]//** - Values within square brackets are optional and offer additional features
 * **!command //<(value1/value2)>//** - Values separated by a vertical bar within paranthesis indicate that you may choose between the values. The type of brackets surrounding the parenthesis indicate mandatory or optional values.


Common modules