Class

StartAttend

StartAttend()

StartAttend makes a new channel called #attend, or uses an existing channel of the user's choice, as the channel where an embed is sent for users to react and get attend. Users don't need to send any information to attend.
Constructor

# new StartAttend()

View Source commands/attendance/start-attend.js, line 16

Extends

Members

CommandPermissionInfo

# private permissionInfo

The permission info
Overrides:

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

Methods

# async runCommand(botGuild, message)

If existsChannel is true, asks user to indicate the channel to use. Else asks user to indicate the category under which the channel should be created, and then creates it. In both cases it will send an embed containing the instructions for hackers to check in.
Parameters:
Name Type Description
botGuild BotGuildModel
message Message message containing command
Overrides:

View Source commands/attendance/start-attend.js, line 40