forked from GitHub/dbot
asynx != async
This commit is contained in:
parent
552b87c29e
commit
52a5023ef7
@ -1,6 +1,6 @@
|
||||
var _ = require('underscore')._,
|
||||
moment = require('moment'),
|
||||
asynx = require('async');
|
||||
async = require('async');
|
||||
|
||||
var commands = function(dbot) {
|
||||
var commands = {
|
||||
|
Loading…
Reference in New Issue
Block a user