forked from GitHub/dbot
needed to require http. whoops.
This commit is contained in:
parent
eafeb23a77
commit
4bb3836665
@ -1,3 +1,5 @@
|
||||
var http = require('http');
|
||||
|
||||
var autoshorten = function(dbot) {
|
||||
var dbot = dbot;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user