mirror of
https://github.com/reality/dbot.git
synced 2024-11-23 20:39:25 +01:00
fix render to point to text proeprly
This commit is contained in:
parent
694e1bf857
commit
4d5fa04277
@ -10,7 +10,7 @@ var pages = function(dbot) {
|
|||||||
res.render('flashy', {
|
res.render('flashy', {
|
||||||
'name': dbot.config.name,
|
'name': dbot.config.name,
|
||||||
'colour': colour,
|
'colour': colour,
|
||||||
'text': text
|
'text': req.params.text
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user