Class

PasswordStamp

PasswordStamp()

Sends a reaction collector for users to react, send a password and receive a stamp. Used to give out stamps for activities that don't have an activity instance. The user who starts the password stamp must give the activity name, password, and stop time defaults to 120 seconds. Users have 3 attempts to get the password right within the stop time.
Constructor

# new PasswordStamp()

View Source commands/stamps/password-stamp.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, args)

Parameters:
Name Type Description
botGuild BotGuildModel
message Message
args Object
activityName String
password String
stopTime Number
Overrides:

View Source commands/stamps/password-stamp.js, line 59