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
// The !roll or !r command | |
// Version: 0.4.0 | |
// Contributions by: | |
// @patferguson, @JessicaCGlenn | |
// ============================== | |
// The first and last line are just for the Nightbot command, they aren't JavaScript | |
// vvv Copy from BELOW this line vvv |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<title>A simple clock</title> | |
</head> | |
<body translate="no" > |