(() => { /* @author Aetherinox @script Discord: Refresh Interface @about Completely refreshes the Discord interface and resets any ran scripts - launch discord - open dev-tools with CTRL + SHIFT + I - Click `sources` tab - On left side `Pages`, click arrow, select `Snippets` - Right-click in empty box, select `Create new Snippet` - Add code below */ console.log( '🚧 Refreshing Discord in 1 second ...' ); setTimeout(() => { location.reload(); }, 1000); })();