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