diff --git a/applets/compliment b/applets/compliment index 0daf6250..2e6a5690 100755 --- a/applets/compliment +++ b/applets/compliment @@ -1,4 +1,4 @@ #!/bin/sh # SPDX-FileCopyrightText: 2021 Pragmatic Software # SPDX-License-Identifier: MIT -~/pbot/modules/lookupbot.pl compliment "$*" +~/pbot/applets/lookupbot.pl compliment "$*" diff --git a/applets/horoscope b/applets/horoscope index d2d62b28..ef97e47e 100755 --- a/applets/horoscope +++ b/applets/horoscope @@ -1,4 +1,4 @@ #!/bin/sh # SPDX-FileCopyrightText: 2021 Pragmatic Software # SPDX-License-Identifier: MIT -~/pbot/modules/lookupbot.pl horoscope "$*" +~/pbot/applets/lookupbot.pl horoscope "$*"