DiscordSRV Tries to Set Topic of Channel even with ChannelTopicUpdater Set to False
Rvby1 opened this issue ยท 2 comments
Hey! Running DiscordSRV 1.7.1 on a Paper-131 1.14.3 server.
I have ChannelTopicUpdaterChannelTopicsAtShutdownEnabled
set to false
in the Config file. However, DiscordSRV still tries to update the channel info randomly and throws the warning
[11:01:53 WARN]: [DiscordSRV] Could not set topic of channel TC:mc-server-chat(CENSORED) because the bot does not have the "Manage Channels" permission
.
I don't think DiscordSRV should check if it has the Manage Channels
permission unless it needs it. I think this would fix the bug.
Here is a pastebin of my config in case it's something else causing the problem that I'm just missing: https://pastebin.com/PTUc4jvU
We use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please join our Discord at https://scarsz.me/discord and go to the #support channel for help with installing or configuring DiscordSRV.
ChannelTopicUpdaterChannelTopicsAtShutdownEnabled
only disables setting the topic on shutdown as the config option implies, you can disable the topic updater completely by setting these messages.yml options: ChannelTopicUpdaterChatChannelTopicFormat
& ChannelTopicUpdaterConsoleChannelTopicFormat
blank. (while keeping the shutdown option in the config false
)