@@ -29,7 +29,7 @@ export default {
if(reply.length == 0)
return false;
- msg.channel.send(reply[0]);
+ msg.channel.send(reply[0].message);
return true;
}
} as ICommand;