discord jda remove 40everyone from channel

Solutions on MaxInterview for discord jda remove 40everyone from channel by the best coders in the world

showing results for - "discord jda remove 40everyone from channel"
Arwen
18 Jan 2019
1channel.createPermissionOverride(guild.getPublicRole())
2	.setAllow(Permission.EMPTY_PERMISSIONS)
3	.reason("Remove @everyone from the channel")
4	.queue();