Skip to content
Closed
Prev Previous commit
Next Next commit
Once again compliant with ESLint standards
  • Loading branch information
Mark Langenhorst committed Jan 9, 2018
commit a8756070bdc62b90f8106aae8193db09ae6064e1
1 change: 1 addition & 0 deletions bot/controllers/channels.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module.exports = () => {
action: (message) => {
const channels = [];
message.guild.channels.map((channel) => {
util.log(channel.name);
return channel.name;
});
return 'List of all Armada Channels: \n\n' + channels.join('\n');
Expand Down