Class

NewWorkshop

NewWorkshop()

Creates a new Workshop and prompts the user for any information. Take a look at the workshop class to learn what a workshop activity is.
Constructor

# new NewWorkshop()

View Source commands/a_activity/new-workshop.js, line 17

Extends

Members

CommandPermissionInfo

# private permissionInfo

The permission info
Overrides:

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

Methods

# async runCommand(botGuild, message, args)

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

View Source commands/a_activity/new-workshop.js, line 48