We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5492a76 commit f4f31b6Copy full SHA for f4f31b6
src/main/java/net/dv8tion/jda/internal/entities/NewsChannelImpl.java
@@ -27,6 +27,7 @@
27
import net.dv8tion.jda.internal.entities.mixin.channel.middleman.BaseGuildMessageChannelMixin;
28
import net.dv8tion.jda.internal.requests.RestActionImpl;
29
import net.dv8tion.jda.internal.requests.Route;
30
+import net.dv8tion.jda.internal.managers.channel.concrete.NewsChannelManagerImpl;
31
import net.dv8tion.jda.internal.utils.Checks;
32
33
import javax.annotation.Nonnull;
@@ -137,7 +138,7 @@ public ChannelAction<NewsChannel> createCopy(@Nonnull Guild guild)
137
138
@Override
139
public NewsChannelManager getManager()
140
{
- return null;
141
+ return new NewsChannelManagerImpl(this);
142
}
143
144
0 commit comments