blob: 869e1167e2014dc40b2d5fc3f49f75a1f48971d7 (
plain)
1
2
3
4
5
6
7
|
post_install() {
echo
echo "==> Remember to set the \"token\" field in the config file before starting the service."
echo "==> The following is a guide on how to create a bot token:"
echo "==> https://discordjs.guide/preparations/setting-up-a-bot-application.html"
echo
}
|