@@ -452,7 +452,7 @@ func tryDownload(inputURL string, filename string, path string, message *discord
if historyCmd {
logPrefix = logPrefixHistory + " "
}
- if isCommandableChannel(message) || historyCmd {
+ if stringInSlice(message.ChannelID, getAllChannels()) {
var channelConfig configurationChannel
if isChannelRegistered(message.ChannelID) {
channelConfig = getChannelConfig(message.ChannelID)