Update 'bot.sh'

This commit is contained in:
verita84 2023-08-03 12:07:38 -06:00
parent 707880cc3c
commit 41d29f959c

2
bot.sh
View File

@ -58,7 +58,7 @@ scalps() {
if [ -n "$1" ]; then
echo $data
else
echo "$STATS_MESSAGE $data" | toot post
echo "$data" | toot post
fi
}