Add a warning message to tracker if ran while in a channel

This commit is contained in:
chylex 2016-10-30 15:29:24 +01:00
parent bd39323683
commit 312e4b9f34

View File

@ -5,6 +5,9 @@ if (window.DHT_LOADED){
window.DHT_LOADED = true;
if (DISCORD.getSelectedChannel()){
alert("You ran the script while in a channel, please go to your Friends list, refresh the page, and run the script again to ensure all messages are saved properly.");
}
// Execution