|
@@ -23,6 +23,7 @@ export default {
|
|
|
bot.api.setMyCommands([
|
|
bot.api.setMyCommands([
|
|
|
{ command: "start", description: "Start the bot and get welcome message" },
|
|
{ command: "start", description: "Start the bot and get welcome message" },
|
|
|
{ command: "login", description: "Log in to your CosMoe account" },
|
|
{ command: "login", description: "Log in to your CosMoe account" },
|
|
|
|
|
+ { command: "logout", description: "Log out and clear your account information" },
|
|
|
{ command: "events", description: "List upcoming events" },
|
|
{ command: "events", description: "List upcoming events" },
|
|
|
{ command: "history", description: "Show your booking history" },
|
|
{ command: "history", description: "Show your booking history" },
|
|
|
]).catch(error => {
|
|
]).catch(error => {
|