EskomCalendar API

- Added some documentation
This commit is contained in:
Tristan B. Velloza Kildaire 2023-06-18 12:12:32 +02:00
parent 1210d202fb
commit 8917e649bd
1 changed files with 10 additions and 0 deletions

View File

@ -11,11 +11,21 @@ import botty.bot : Bot;
import birchwood.protocol.messages : Message;
import eskomcalendar;
/**
* Eskom Calendar command
*/
public final class EskomCalendarAPI : Mod
{
private static string commandStr = ".eskom";
private EskomCalendar calendar;
/**
* Constructs a new `EskomCalendarAPI` module with the provided
* bot to associate with
*
* Params:
* bot = the `Bot` to associate with
*/
this(Bot bot)
{
super(bot);