Class

SelfCareReminders

SelfCareReminders()

The self care command will send pre made reminders from firebase to the command channel. These reminders are self care reminders. Will prompt a role to mention with each reminder. We recommend that be an opt-in role.
Constructor

# new SelfCareReminders()

View Source commands/a_utility/self-care.js, line 15

Extends

Members

CommandPermissionInfo

# private permissionInfo

The permission info
Overrides:

View Source classes/permission-command.js, line 40

Methods

# async runCommand(botGuild, message)

Parameters:
Name Type Description
botGuild BotGuildModel
message Message the message in which this command was called
Overrides:

View Source commands/a_utility/self-care.js, line 34