messages has been updated

This commit is contained in:
Mohammed Ashab Uddin
2020-08-20 20:14:47 +04:00
parent 7c5e343919
commit 8c0a3a9f9c
3 changed files with 54 additions and 26 deletions

View File

@@ -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