frickkkkkkkkkkk
This commit is contained in:
@@ -27,14 +27,14 @@ if [ ! -d "$store_path" ]; then
|
||||
sudo mkdir -p "$store_path"
|
||||
fi
|
||||
|
||||
if [ ! -f "$discord_file" ]; then
|
||||
if [ ! -f "$webhook_file" ]; then
|
||||
echo -e "Enter Discord Webhook URL\n\tRight click on server->server settings->integrations"
|
||||
read discord_webhook
|
||||
sudo bash -c "echo \"$discord_webhook\" > \"$webhook_file\""
|
||||
echo
|
||||
fi
|
||||
|
||||
if [ ! -f "$discord_tag" ]; then
|
||||
if [ ! -f "$tag_file" ]; then
|
||||
echo -e "Enter Discord Member group to tag\n\tuse a backslash when tagging the roll like \\@notifications"
|
||||
read discord_tag_file
|
||||
sudo bash -c "echo \"$discord_tag_file\" > \"$tag_file\""
|
||||
|
||||
Reference in New Issue
Block a user