Skip to content

Commit

Permalink
moved some files so it would work
Browse files Browse the repository at this point in the history
  • Loading branch information
jokil123 committed Nov 5, 2024
1 parent bf9eec6 commit 8b897ba
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion EsefexApi/bot/commands/helpmsg/helpmsg.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func GetHelpMessage(category string) (string, error) {
fname = helpMessages[""]
}

p := fmt.Sprintf("bot/commands/helpmsg/%s", fname)
p := fmt.Sprintf("ressource/help/%s", fname)
buf, err := os.ReadFile(p)
if err != nil {
return "", errors.Wrap(err, "Error reading help message")
Expand Down
3 changes: 3 additions & 0 deletions EsefexApi/push.all.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
sudo docker push jokil/esefexapi:base
sudo docker push jokil/esefexapi
sudo docker push jokil/esefexapi:pterodactyl
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8b897ba

Please sign in to comment.