Script notify .....not working

I have this script but dent notify me when it has been added.

can someone check if it works on their side.

thank you.

tell application "Safari"
	tell current tab of window 1
		set theURL to URL
		set theName to name
	end tell
end tell

tell application id "DNtp"
	try
		add reading list URL theURL title theName
		display notification theName with title "Added to reading list"
	on error error_message number error_number
		if the error_number is not -128 then display alert "DEVONthink" message error_message as warning
	end try
end tell

It worked for me, including getting the notification…

Are notifications allowed for DEVONthink in System Preferences > Notifications?

Yes ther are allowed.

If I run it from script editor it does show me notifs but I have a shortcut key from BetterTouch Tool to execute the script, it executes it but no notifications. weirdly enough.