messages has been updated
This commit is contained in:
@@ -64,6 +64,12 @@ const commands = [
|
||||
callback : logic.onCreateWebsite
|
||||
}),
|
||||
//Inputs user's first name for website
|
||||
new Command({
|
||||
//User command
|
||||
command: 'wg website select <company_name>',
|
||||
callback : logic.onSelectWebsite
|
||||
}),
|
||||
|
||||
new Command({
|
||||
//User command
|
||||
|
||||
@@ -99,10 +105,12 @@ const commands = [
|
||||
new Command({
|
||||
//User command
|
||||
|
||||
command: 'wg website banner <bannerURL>',
|
||||
command: 'wg website banner',
|
||||
|
||||
//function to be executed
|
||||
callback : logic.onSetBanner
|
||||
callback : logic.onSetBanner,
|
||||
|
||||
requireMedia: true,
|
||||
}),
|
||||
|
||||
//inputs the description of the company to be seen in the website
|
||||
|
||||
Reference in New Issue
Block a user