- Added some documentation
This commit is contained in:
Tristan B. Velloza Kildaire 2023-06-18 12:12:48 +02:00
parent 69c45abd2b
commit 71adfc6276
1 changed files with 7 additions and 0 deletions

View File

@ -14,6 +14,13 @@ public final class Rot13 : Mod
{
private static string commandStr = ".rot13";
/**
* Constructs a new `Rot13` module with the provided
* bot to associate with
*
* Params:
* bot = the `Bot` to associate with
*/
this(Bot bot)
{
super(bot);