Skip to content

Commit

Permalink
fix feom->from typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ahdyt committed Jan 4, 2024
1 parent 694670b commit b896cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/meme/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export function register(bot, cache) {
context.message.chat.id,
"https://s13.gifyu.com/images/SjAzq.gif"
);
await logger.feomContext(context, "kerjakerjakerja", {
await logger.fromContext(context, "kerjakerjakerja", {
sendText: "https://s13.gifyu.com/images/SjAzq.gif"
});
});
Expand Down

0 comments on commit b896cf9

Please sign in to comment.