Skip to content

Commit

Permalink
Fix secret.ts.example
Browse files Browse the repository at this point in the history
  • Loading branch information
athuyaoo committed Oct 5, 2020
1 parent c5c5687 commit 6d3bf34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/secret.ts.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
const botToken = '<<INSERT BOT TOKEN HERE>>';
const botName = '@<BOT NAME HERE>';
const deploymentId = '<<INSERT DEPLOYMENT ID HERE>>';
const breakfastMenuSheetId = '<<INSERT BREAKFAST MENU ID HERE>>';
const dinnerMenuSheetId = '<<INSERT DINNER MENU ID HERE>>'
const menuSheetId = '<<INSERT MENU ID HERE>>';
const logger = '<<INSERT LOGGER ID HERE>>';

0 comments on commit 6d3bf34

Please sign in to comment.