mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 16:43:31 +01:00
Fix two more lines to use new typing map
And a tiny text fix
This commit is contained in:
@@ -17,7 +17,7 @@ class TextChannel extends GuildChannel {
|
||||
super.setup(data);
|
||||
|
||||
/**
|
||||
* The topic of the Guild Channel, if there is one.
|
||||
* The topic of the Text Channel, if there is one.
|
||||
* @type {?string}
|
||||
*/
|
||||
this.topic = data.topic;
|
||||
|
||||
Reference in New Issue
Block a user