mirror of
https://github.com/jcreek/denBot.git
synced 2026-07-12 18:33:45 +00:00
feat(*): Improve comment clarity
This commit is contained in:
@@ -150,7 +150,7 @@ function makeTempChannel(message, adventureMessage) {
|
||||
})
|
||||
.catch(logger.error);
|
||||
|
||||
// Delete the channel after 20 seconds
|
||||
// Delete the channel after the configured amount of minutes
|
||||
setTimeout(function(){ deleteChannel(message, createdChannelId); }, (config.channeldeletetimeinminutes * 1000 * 60) );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user