This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
await Dialog.prompt({ | |
content: ` | |
<h1>Current Weather</h1> | |
<select id="currentWeather"> | |
<option value="noWind">No Winds</option> | |
<option value="lowWind">Low Winds</option> | |
<option value="highWind">High Winds</option> | |
</select> | |
`, | |
callback: html => { |