Skip to content

Commit

Permalink
fix: fix import error
Browse files Browse the repository at this point in the history
  • Loading branch information
TriptoAfsin committed Jun 15, 2024
1 parent 930b88e commit 486d593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/chatbotController.js
Original file line number Diff line number Diff line change
Expand Up @@ -2462,7 +2462,7 @@ let handleMessage = async (sender_psid, received_message) => {
//sociology
else if (wordIncludes(sociology_words, received_message)) {
magicFunc(sender_psid, [
grroupedButtonBlockGen(
groupedBtnBlockGen(
`🔰 Sociology - `,
[
webBtnBlockGen("Drive", "https://drive.google.com/drive/folders/1dp46oYLKPp2Iruv0mM01uTCB-x0Hvn3r?usp=sharing"),
Expand Down

0 comments on commit 486d593

Please sign in to comment.