botwillacceptanything/botwillacceptanything

View on GitHub
configs/test.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  features: {
    twitter: true,
  },
  irc: {
    host: 'localhost',
    user: 'TestBot',
    channel: '#botwillacceptanything',
  },
};