mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 09:03:29 +01:00
4.3% coverage
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user