This commit is contained in:
fade 2022-08-26 15:03:00 -04:00
parent d1439f87ac
commit d3f2bcbdcd
1 changed files with 0 additions and 6 deletions

6
bot.go
View File

@ -98,15 +98,9 @@ func run_bot(Conf Config, DB string) {
c.AccountUnblock(ctx, mID)
}
}
} else {
var message = fmt.Sprintf("@%s%s", notif.Account.Acct, ", you are not admin!")
postToot(message, "direct")
}
}
}
} else {
var message = fmt.Sprintf("@%s%s", notif.Account.Acct, ", you are not subscribed!")
postToot(message, "direct")
}
}
}