Skip to content

Commit

Permalink
style: change notfoundimage with modern abstract icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisin0 committed Jul 4, 2024
1 parent 250ab70 commit 4916e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/inlinesearch.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var (
startSearchingButton = &gotgbot.InlineQueryResultsButton{Text: "Start typing the name of your movie to search ...", StartParameter: "nvm"}
searchResultsButton = &gotgbot.InlineQueryResultsButton{Text: "Here Are Your Results 👇", StartParameter: "nvm2"}

notFoundImage = "https://telegra.ph/file/d80303cbff7d4e93bb2e8.png"
notFoundImage = "https://telegra.ph/file/24788bfd2b087c292fbe2.jpg"

inlineSearchButtons = [][]gotgbot.InlineKeyboardButton{
{{Text: "📺 Search IMDb", SwitchInlineQueryCurrentChat: &inlineIMDbSwitch}},
Expand Down

0 comments on commit 4916e4a

Please sign in to comment.