This commit is contained in:
Flummi 2016-09-10 15:35:04 +02:00
parent bef5cfcbde
commit 4efdc78b6a

View File

@ -5,7 +5,7 @@ module.exports = (bot, lib) => {
level: 0, level: 0,
active: 1, active: 1,
func: (e) => { func: (e) => {
e.reply('test the best');
}, },
desc: 'test' desc: 'test'
}); });