mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
docs 6.66%
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.
|
||||
*/
|
||||
|
||||
exports.__esModule = true;
|
||||
|
||||
var _createClass = (function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; })();
|
||||
|
||||
Reference in New Issue
Block a user