mirror of
https://github.com/reality/dbot.git
synced 2024-11-23 20:39:25 +01:00
remember your imports kids
This commit is contained in:
parent
0536ce1efa
commit
8bdb11e9e1
@ -1,4 +1,5 @@
|
|||||||
var _ = require('underscore')._;
|
var _ = require('underscore')._,
|
||||||
|
moment = require('moment-timezone');
|
||||||
|
|
||||||
var commands = function(dbot){
|
var commands = function(dbot){
|
||||||
var commands = {
|
var commands = {
|
||||||
|
Loading…
Reference in New Issue
Block a user