diff --git a/index.js b/index.js index f6972c1..2773f5c 100644 --- a/index.js +++ b/index.js @@ -145,6 +145,6 @@ module.exports = async function(robot) { // Integrations // - require('integrations/github')(robot, kredits); + require('./integrations/github')(robot, kredits); };