4.3% coverage

This commit is contained in:
hydrabolt
2016-02-13 15:11:27 +00:00
parent e404361858
commit bd187540d3
6 changed files with 272 additions and 14 deletions

View File

@@ -1,5 +1,11 @@
"use strict";
/**
* Options that can be applied to a message before sending it.
* @typedef {(object)} MessageOptions
* @property {boolean} [tts=false] Whether or not the message should be sent as text-to-speech.
*/
import Cache from "../Util/Cache";
import User from "./User";
import {reg} from "../Util/ArgumentRegulariser";