Class

NewActivity

NewActivity()

Creates a new activity and prompts the user for any information. Look at the activity class to learn what an activity is.
Constructor

# new NewActivity()

View Source commands/a_activity/new-activity.js, line 13

Extends

Members

CommandPermissionInfo

# private permissionInfo

The permission info
Overrides:

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

Methods

# async runCommand(botGuild, message, args)

Parameters:
Name Type Description
botGuild BotGuildModel
message Message the message in which the command was run
args Object
activityName String
Overrides:

View Source commands/a_activity/new-activity.js, line 43