Class

NewCoffeeChats

NewCoffeeChats()

Creates a new coffee chats activity. See the coffee chats class to learn what a coffee chats activity is.
Constructor

# new NewCoffeeChats()

View Source commands/a_activity/new-coffee-chats.js, line 15

Extends

Members

CommandPermissionInfo

# private permissionInfo

The permission info
Overrides:

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

Methods

# async runCommand(message, activity, args)

Required class by children, should contain the command code.
Parameters:
Name Type Description
message Message the message that has the command
activity Activity the activity for this activity command
args Object
activityName String
numOfGroups Number
Overrides:

View Source commands/a_activity/new-coffee-chats.js, line 52