Skip to content

Commit

Permalink
修正telegrambot bug
Browse files Browse the repository at this point in the history
  • Loading branch information
estea8968 committed Dec 15, 2024
1 parent 481c9ac commit 9048f44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/lib.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -445872,7 +445872,7 @@ var Scratch3TelegramBot = /*#__PURE__*/function () {
message: '',
imageFile: '',
chat_id: '',
stickerPackage: ''
sticker: ''
};
this.exec = 'https://script.google.com/macros/s/AKfycbyPMsaLgEEcia39_vcK1AmSGfpAi2YViAUcZFMbmKdYJ5niqDVui9Rgb4241Zdwca5d/exec';
}
Expand Down
2 changes: 1 addition & 1 deletion app/lib.min.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Scratch3TelegramBot {
message:'',
imageFile:'',
chat_id : '',
stickerPackage : ''
sticker : ''
};
this.exec = 'https://script.google.com/macros/s/AKfycbyPMsaLgEEcia39_vcK1AmSGfpAi2YViAUcZFMbmKdYJ5niqDVui9Rgb4241Zdwca5d/exec';
}
Expand Down

0 comments on commit 9048f44

Please sign in to comment.