diff --git a/install_dreammaker.sh b/install_dreammaker.sh index 7ffe9d5..8514f68 100644 --- a/install_dreammaker.sh +++ b/install_dreammaker.sh @@ -15,7 +15,7 @@ if [ -f /etc/systemd/system/dreammaker.service ]; then fi if [ ! -f $HOME/.discord_url ]; then - echo -e "Enter "Discord Webhook URL\n\tRight click on server->server settings->integrations" + echo -e "Enter Discord Webhook URL\n\tRight click on server->server settings->integrations" read discord_file echo "$discord_file" > $HOME/.discord_url fi