mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
add channel.sendMessage and channel.sendTTSMessage
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
const ServerChannel = require('./ServerChannel');
|
||||
const TextChannelDataStore = require('./datastore/TextChannelDataStore');
|
||||
const TextBasedChannel = require('./interface/TextBasedChannel');
|
||||
|
||||
class TextChannel extends ServerChannel {
|
||||
|
||||
@@ -26,4 +27,6 @@ class TextChannel extends ServerChannel {
|
||||
}
|
||||
}
|
||||
|
||||
TextBasedChannel.applyToClass(TextChannel);
|
||||
|
||||
module.exports = TextChannel;
|
||||
|
||||
Reference in New Issue
Block a user