mirror of
https://github.com/chylex/Discord-History-Tracker.git
synced 2025-04-15 16:10:32 +03:00
Add a warning message to tracker if ran while in a channel
This commit is contained in:
parent
bd39323683
commit
312e4b9f34
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user